Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit 27d092c

Browse files
authored
Update usage.md
1 parent b69a369 commit 27d092c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/torrust-web-backend/usage.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@ The easiest way is to get built binaries from [Releases](https://github.com/torr
33
but building from sources is also possible:
44

55
```bash
6-
git clone https://github.com/torrust/torrust.git
7-
cd torrust
6+
git clone https://github.com/torrust/torrust-web-backend.git
7+
cd torrust-web-backend
88
cargo build --release
99
```
1010

11-
__Notice:__ Skip the first step if you've downloaded the binaries directly.
11+
__Notice:__ Use 1. (Binaries) if you've downloaded the binaries directly.
1212

13-
1. After building __Torrust__, navigate to the folder.
13+
1. (Source) After building __Torrust__, navigate to the folder.
1414
```bash
15-
cd torrust/target
15+
cd torrust-web-backend/target
16+
```
17+
18+
1. (Binaries)
19+
```bash
20+
cd torrust-web-backend
1621
```
1722

1823
2. Create a file called `config.toml` with the following contents and change the [configuration](https://torrust.github.io/torrust-tracker/CONFIG.html) according to your liking.

0 commit comments

Comments
 (0)