diff options
author | Joris | 2021-01-09 14:34:05 +0100 |
---|---|---|
committer | Joris | 2021-01-09 14:34:05 +0100 |
commit | d90d0cdaa8dc0d85a69c12c756f8dad993f7e49c (patch) | |
tree | 20124bb08c6154f7795729c07e511c9d8ff0892e /README.md | |
parent | 35a4827376395dd030f80128bd35b876f7adced4 (diff) |
Update getting started in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,10 @@ Live [here](https://guyonvarch.me). ## Getting started -Open `public/index.html`. +```sh +cd public +python -m http.server +``` ## Deploy |