From 6f74cd51c820ede7d0ac6bde0721bc1ee25b35cd Mon Sep 17 00:00:00 2001 From: Ricardo Date: Mon, 31 Jul 2023 12:50:14 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffec9cc..7f96fc1 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Things to notice: #### Folder Structure -Currently, I'm doing this in this way as it is(from what I found) the most straightforward method to have the [Hard link](https://en.wikipedia.org/wiki/Hard_link) for files to work without issues, this halves the amount of size while the torrent is seeding, and solve some access issues that I first while doing this setup. +Currently, I'm doing this in this way as it is(from what I found) the most straightforward method to have the [Hard link](https://en.wikipedia.org/wiki/Hard_link) for files to work without issues, this halves the amount of size while the torrent is seeding, and solve some access issues that I found while doing this setup. Inside the folder from where you cloned the repository run the following command: `docker-compose up -d --remove-orphans`.