jims / atom-stingray

Stingray package for the atom.io editor
5 stars 4 forks source link

how to install #52

Closed dashne closed 8 years ago

dashne commented 8 years ago

please, can you provide a step by step installation of this package,because I installed it by git and nothing happened,I just copied it manually to packages directory it gave to me rx error?!!!

jims commented 8 years ago

You'll be able to install it as any other package in the atom packages settings page once we publish the new version. We still have some issues to fix before we can do that though. If you want to use it in the mean time you can install it manually by runnig the following commands from the cloned repo path:

$ apm install
$ apm link
blitzvb commented 8 years ago

that would be great. keep us updated.

dashne commented 8 years ago

its not working, giving rx error

On 1/7/16, Vincent Bellet notifications@github.com wrote:

that would be great. see us updated.


Reply to this email directly or view it on GitHub: https://github.com/jims/atom-stingray/issues/52#issuecomment-169659079

jims commented 8 years ago

Make sure you remove the folder you copied into ~/.atom/packages and run apm link after that.