Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
travgm authored Nov 20, 2024
1 parent 18db6c2 commit e3f7c21
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,15 @@ 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:
Then you can run it:
```
$ dclock
Decimal time: 25
$
```

I added the `shell.nix` so you can clone the repository and run the following
to build on Nix:

```
$ cd dclock
Expand All @@ -55,13 +63,6 @@ $ cabal build
$ cabal run
```

Then you can run it:
```
$ dclock
Decimal time: 25
$
```


License
=======
Expand Down

0 comments on commit e3f7c21

Please sign in to comment.