Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
travgm committed Nov 20, 2024
1 parent 7397ae3 commit 18db6c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ Run `cabal build` and it will download dependencies and build the project. You c
cabal install --installdir=/usr/local/bin --install-method=copy
```

I develop on nix so I added the shell.nix you can clone the repository and run the following:

```
$ cd dclock
$ nix-shell
$ cabal update
$ cabal build
$ cabal run
```

Then you can run it:
```
$ dclock
Expand Down

0 comments on commit 18db6c2

Please sign in to comment.