Skip to content

Commit

Permalink
update instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Jul 26, 2024
1 parent 4b622be commit 250df50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ GID := $(shell id -g)
HEXLETHQ=hexlethq
LOCALE ?=

setup: create-config pull build-downloader
setup: create-config pull build-downloader prepare-dirs
make -C import-documentation all
npm ci

prepare-dirs:
mkdir -p exercises
mkdir -p courses
mkdir -p projects
mkdir -p programs
mkdir -p boilerplates
make -C import-documentation all
npm ci

pull:
docker pull hexlet/hexlet-python
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ make clone SSH_KEYS_PATH=/specific/path/to/your/.ssh
For pulling into cloned repos:

```bash
make clone
make clone # clone all content
make clone-projects # clone all projects
make clone-projects LOCALE=ru # clone projects on in ru locale hexlethq/projects/ru/
```

## Using hexlet linters
Expand Down
5 changes: 1 addition & 4 deletions instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
3. Создаём поддиректории в которых будем размещать практики, проекты, курсы, программы

```bash
mkdir courses
mkdir exercises
mkdir programs
mkdir projects
make prepare-dirs
```

## Работа с практиками
Expand Down

0 comments on commit 250df50

Please sign in to comment.