rtomayko / ronn

the opposite of roff
http://rtomayko.github.com/ronn/
Other
1.36k stars 84 forks source link

The Installation doesn't work #68

Closed white-gecko closed 5 years ago

white-gecko commented 12 years ago

The installation as described in https://github.com/rtomayko/ronn/blob/master/INSTALLING#files doesn't work for me.

  1. The download link doesn't exist, so I took
curl -L https://github.com/rtomayko/ronn/archive/master.tar.gz | tar xvzf -
  1. The folder is called different
  2. There is no setup.rb
apjanke commented 5 years ago

No setup.rb is necessary; you probably just need to add a $PATH entry to your environment variables.

FYI: I've forked this project as Ronn-NG and am actively maintaining it. If you're still interested in getting it installed, head over to https://github.com/apjanke/ronn-ng/issues and I'll hook you up.

white-gecko commented 5 years ago

Thanks for the late reply. I don't know a current use-case but thanks for the pointer.