Skip to content

Commit 8febbf5

Browse files
committed
Small modification on README to point out to the build script
1 parent 91d4e9b commit 8febbf5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ cd torrust-axum
4040
```
4141

4242
2. Build the source code using Rust (make sure you have installed rustup with stable branch)
43+
#### Using build script
44+
```bash
45+
chmod +x build.sh && ./build.sh
46+
```
47+
48+
#### Manual Building (`/webgui/index.htm` needs to be modified)
4349
```bash
4450
cargo build --release
4551
```

0 commit comments

Comments
 (0)