Skip to content

Commit 587c43d

Browse files
authored
README: add convenient link to clone under docker
1 parent 26688bf commit 587c43d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,19 @@ sudo apt-get install docker-compose-plugin
8383

8484
env variables are defined in docker-compose.yml
8585

86+
after cloning:
87+
88+
```
89+
git clone --recurse-submodules https://github.com/plowsof/monero-torrent && cd monero-torrent
90+
```
91+
8692
Default where files are downloaded:
8793

8894
```
8995
docker compose --profile remote up --build
9096
```
9197

92-
see usage above and docker-compose.yml to use local files:
98+
see usage above and docker-compose.yml to use local files: _(all files inside `cdn/`)_
9399

94100
```
95101
docker compose --profile local up --build

0 commit comments

Comments
 (0)