aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..168a8b5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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
+```