dom96 / nimbox

Fork of https://notabug.org/vktec/nimbox
30 stars 4 forks source link

Change Installation Instructions in README.md #3

Closed jonathanabennett closed 6 years ago

jonathanabennett commented 6 years ago

The current instructions use the nimble.directory install. This currently downloads from https://notabug.org/vktec/nimbox. The code there is out of date, containing a type error bug which has been fixed in this repository. Until the nimble.directory is updated to point to this repository, this updates the readme to reflect the manual download and install method rather than the automatic.

closes #1

dom96 commented 6 years ago

I'm changing the package URL in our package listing instead: https://github.com/nim-lang/packages/pull/771

dom96 commented 6 years ago

Btw you can nimble install git repo URLs too: nimble install https://github.com/dom96/nimbox would work too.