Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
friedbrice committed Jul 29, 2020
1 parent ae1bfda commit 88d6bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Declare package dependencies in your single-file Haskell program. Easily and rel

* **MacOS Catalina and newer:** `echo 'export PATH="${HOME}/.local/bin:${PATH}"' >> ~/.zshrc && export PATH="${HOME}/.local/bin:${PATH}"`

3. ~~Finally, install _runhs_: `stack install runhs`.~~ WORK IN PROGRESS!
3. Finally, install _runhs_: ~~`stack install runhs`.~~ Download the appropriate executable for your platform from the [Releases page](https://github.com/friedbrice/runhs/releases/).


## Usage
Expand Down
2 changes: 1 addition & 1 deletion runhs.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: runhs
version: 1.0.0.1
version: 1.0.0.2
synopsis: Stack wrapper for single-file Haskell programs.
description:
Stack wrapper for single-file Haskell programs.
Expand Down

0 comments on commit 88d6bca

Please sign in to comment.