Skip to content

Commit

Permalink
docs: adds explanation of each command for TL;DR; (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Jun 5, 2024
1 parent 5f1ccf2 commit dba47a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ See more on [examples](https://github.com/cristianoliveira/ergo/tree/master/exam

## TL;DR;
```bash
python3 -m http.server 8800 &
echo "http://localhost:8800 mylocalsite" > .ergo
python3 -m http.server 8800 & # launch a web server listening on 8080
echo "http://localhost:8800 mylocalsite" > .ergo # adds a service "mylocalsite" to ergo
ergo local & # may need sudo since it binds to port 80
curl http://mylocalsite.localhost
```
Expand Down

0 comments on commit dba47a7

Please sign in to comment.