diff --git a/README.md b/README.md index 853aae9..1305e5a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -55,13 +63,6 @@ $ cabal build $ cabal run ``` -Then you can run it: -``` -$ dclock -Decimal time: 25 -$ -``` - License =======