Skip to content

Commit

Permalink
[skip ci] update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Aug 17, 2019
1 parent 4afbcbf commit b694d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $ cabal v2-install --only-dependencies --lib
$ cabal v2-configure
$ _pathsfile="$(find "./dist-newstyle" -type f -name 'Paths_egison.hs' | head -n 1)"
$ perl -i -pe 's@datadir[ ]*=[ ]*.*$@datadir = "/usr/local/lib/egison"@' "$_pathsfile"
$ cp "$_pathsfile" ./hs-src
$ cabal v2-build
$ $(find "./dist-newstyle" -type f -name 'egison')
```
Expand Down

0 comments on commit b694d8a

Please sign in to comment.