aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 704442c..1e205dc 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,16 @@ It looks like this:
13Run the latest Docker image on http://localhost:8080 13Run the latest Docker image on http://localhost:8080
14 14
15``` 15```
16docker run --rm -p 8080:80 bndw/wifi-card:latest 16make run
17``` 17```
18 18
19Or run the live-reload server on http://localhost:8080 19Build the Docker image
20
21```
22make build
23```
24
25Run the live-reload server on http://localhost:8080
20 26
21``` 27```
22make dev 28make dev