Skip to content

Commit

Permalink
Adds navigation instuctions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Solomon committed Jun 29, 2021
1 parent 0b70039 commit 66a52a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ spago -x examples.dhall bundle-app \
--to examples/hello-world/index.js
```

Other examples will work the same way, with the directory and module name changing.
Other examples will work the same way, with the directory and module name changing. Then, to access the example, you can run a http server from the directory and navigate to the url, ie `cd examples/hello-world && python -m http.server` and then navigate to localhost:8000.

0 comments on commit 66a52a7

Please sign in to comment.