Skip to content

Commit

Permalink
#6 improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Jul 13, 2022
1 parent 1c87150 commit 159f743
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@

1. [Install rust](https://rustup.rs/)
2. Run web app:
```
cd container-hosting
cargo run
```
```
cd container-hosting # subdirectory same name
cargo run
```
3. Visit http://127.0.0.1:8000/


## To start creating first create a token (PAT)</br>
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
Expand Down

0 comments on commit 159f743

Please sign in to comment.