readme updates re nix & no gi-gtk

This commit is contained in:
Jack Wines 2023-08-02 01:07:13 -07:00
parent a517aa5cdd
commit 56b7dc6ff8

View file

@ -1,11 +1,9 @@
[![builds.sr.ht status](https://builds.sr.ht/~jackwines/fast-bronze.svg)](https://builds.sr.ht/~jackwines/fast-bronze?)
# fast-bronze
a [quicksilver](https://qsapp.com) clone
## to build
* follow the instructions on the [gi-gtk page](https://github.com/haskell-gi/haskell-gi)
* install [haskell](https://www.haskell.org/ghcup/) if you haven't already
* `cabal build`
## to run (nix)
* `nix run`
run with `cabal exec fast-bronze`
## to run (other)
* install [haskell](https://www.haskell.org/ghcup/) tooling if you don't have it
* `cabal run`