diff options
author | 2025-02-20 16:28:28 +0100 | |
---|---|---|
committer | 2025-02-20 18:37:07 +0100 | |
commit | bb7cb646a7b0bd762cd23c1a24ab63bba1e2407d (patch) | |
tree | 7e05122d3e21611a4210549f8e7561aa6d5391ab /README.md | |
parent | cf20ad648a6654d2184b0b6f528d698a4fbc0b63 (diff) |
add acms
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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 ``` |