Skip to content

Commit

Permalink
fix instructions how to build and serve website locally
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Sep 24, 2020
1 parent 5f8ddfe commit 7a68fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,7 +8,7 @@ build it:
$ cd nixos-homepage
$ nix-shell
[nix-shell]$ make
[nix-shell]$ caddy
[nix-shell]$ python -m http.server

then open http://127.0.0.1:8000/index.html

Expand All @@ -19,7 +19,7 @@ To automatically rebuild on every change:
To test the complete result from a nix-build:

$ nix-build
$ nix-shell --run 'cd result/ && caddy'
$ nix-shell --run 'cd result/ && python -m http.server'

## License

Expand Down

0 comments on commit 7a68fa3

Please sign in to comment.