aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.md b/README.md
index 168a8b5..87ee603 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,7 @@
```console
cabal build
-firefox dist-newstyle/build/javascript-ghcjs/ghc-9.10.1/achat-0.1.0.0/x/achat/build/achat/achat.jsexe/index.html
-```
-
-## nix (package)
-
-```console
-firefox $(nix-build --no-out-link -A achat)/share/achat.jsexe/index.html
+acms serve content &
+python -m http.server -d dist-newstyle/build/javascript-ghcjs/ghc-9.10.1/achat-0.1.0.0/x/achat/build/achat/achat.jsexe &
+firefox http://localhost:8000
```