yi-editor / yi-editor.github.com

Official documentation files
2 stars 8 forks source link

update docs for using w/ stack and cabal sandboxes #8

Closed noughtmare closed 7 years ago

noughtmare commented 7 years ago

The recipe for installing yi using a cabal sandbox (link) says to use:

$ cabal exec ./dist/build/yi/yi

to start yi. However, I think the correct command (tested with cabal-1.22.8.0) is simply:

$ cabal exec yi

Also, for the stack recipe, it should mention that the way to invoke yi is:

$ stack exec yi

Also

Its actually stack exec yi --package yi

see yi-editor/yi#869

ghost commented 7 years ago

Thanks for mentioning it here :)