Skip to content

Commit

Permalink
docs: add recurse-submodules flag to git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Maximenyuk committed Jul 16, 2024
1 parent 8190424 commit a1d654c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
2. Скачайте репозиторий на сервер:

```bash
git clone <THIS_REPOSITORY> /opt/express/bots/next-feature-bot
git clone --recurse-submodules https://github.com/ExpressApp/next-feature-bot.git /opt/express/bots/next-feature-bot
cd /opt/express/bots/next-feature-bot
```

Expand Down

0 comments on commit a1d654c

Please sign in to comment.