We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c87150 commit 159f743Copy full SHA for 159f743
1 file changed
README.md
@@ -10,10 +10,12 @@
10
11
1. [Install rust](https://rustup.rs/)
12
2. Run web app:
13
-```
14
-cd container-hosting
15
-cargo run
16
+ ```
+ cd container-hosting # subdirectory same name
+ cargo run
17
+3. Visit http://127.0.0.1:8000/
18
+
19
20
## To start creating first create a token (PAT)</br>
21
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
0 commit comments