Update README.md

This commit is contained in:
Alexander Biehl 2023-09-08 15:54:58 +02:00 committed by GitHub
parent 050fb31ad4
commit 4105983524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,14 +56,7 @@ Then, you need to build it using cabal:
$ cabal build exe:tie
```
Finally, you can copy the resulting executable to your desired location:
```bash
$ cp $(cabal exec -- which tie) ~/.local/bin/tie
```
Alternatively, instead of manually copying the executable you can install with
cabal:
Y ou can install the executable with using:
```bash
$ cabal install .