Commit Graph

12 Commits

Author SHA1 Message Date
sledgeh 51b5d11274 Update README. Better install manual. 2017-04-23 23:17:31 +03:00
pik e5a675d762 Add -l|--lite option to install which includes new syntax files with lower precedence 2017-02-21 09:34:41 -03:00
divinity76 ee381be8e5 have wget be an alternative to curl for running the installer 2016-10-14 00:46:08 +02:00
divinity76 886a1d5a42 use wget instead of curl for automatic installer
reasons to use wget includes: 
wget is more ubiquitously available than curl. (my particular problem: curl isn't shipped in Debian by default)

wget's ability to recover from a prematurely broken transfer and continue downloading has no counterpart in curl.

reasons for using curl:
... in theory, curl could be faster by enabling --compressed , which would make the github servers gzip-compress the transfer (curl: "Accept-Encoding: deflate, gzip" github: "Content-Encoding: gzip", which as of speaking would save 158 bytes, extra header not accounted for)

but since we're not using --compressed anyway, and that the script is really small (355 bytes), it's a moot point.

i think we should use wget.
2016-10-14 00:23:41 +02:00
Alex Taber 15dc8541bf Updated Readme with correct URL 2015-12-15 06:32:12 -05:00
Alex Taber c46ed9cb1c Updated readme with installer instructions 2015-12-14 22:24:39 -05:00
kaernyk c75e630b1b add alternate cloning method
Upon first try I recived a permission denied msg when attempting to clone the repository. For ease of use when future users attempt to use this repository, I've added an alternative method as a backup.
2014-06-20 14:23:58 -04:00
Daniel Kaplun 9a1aa67b20 Adds instructions and formatting fixes to Readme.rst 2013-12-20 19:27:08 -06:00
Daniel Kaplun 40bffae91d Includes instructions for import.nanorc in Readme.rst 2013-12-20 19:17:08 -06:00
Ghost-NULL e5284fd332 Fix a very small typo :) 2013-10-21 00:03:28 +02:00
Anthony Scopatz 15674e52cb Added lua.nanorc 2011-02-02 13:58:00 -06:00
Anthony Scopatz 2d2bb4ba12 First nanorc commit. 2010-07-28 17:15:43 -05:00