blob: 168a8b505025119990eec0958d87e319d9825ea6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# achat
## cabal (development)
```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
```
|