Dominik Picheta
97c67e64a4
Fixes #312 .
2017-01-09 20:28:17 +01:00
Dominik Picheta
297d3651ae
Clarify install instructions to mention koch.
2017-01-08 18:38:29 +01:00
Dominik Picheta
b629048249
Just check for nimdistros instead of adding an additional define.
2017-01-03 19:00:39 +00:00
Dominik Picheta
040189dfca
Define new symbol to support distros in older Nimble versions.
2017-01-03 17:06:18 +00:00
Dominik Picheta
1c982a7e5f
Use display for external deps and document this new feature.
2017-01-03 16:56:44 +00:00
Luke Diamand
56f547f52e
Remove quotes around "test"
...
The example for adding a test section uses quotes around the
test target, "test".
However, this doesn't work, as it's not a valid identifier and
nimble fails with:
Error: identifier expected, but found '`"test" Task`'.
Remove the quotes in the example.
2016-12-30 18:43:29 +00:00
Dominik Picheta
767aaf56d0
Improves readme and adds info about repo branches.
2016-12-29 14:31:05 +00:00
Dominik Picheta
8d51fc4c2f
Many additions/improvements to readme. Fixes #221 . Fixes #246 .
2016-12-23 12:42:08 +01:00
Dominik Picheta
87aab62762
Fixes ToC in readme.
2016-12-23 11:17:41 +01:00
Dominik Picheta
934c047068
Remove mentions of the old .nimble format from readme. Fixes #262 .
2016-12-13 22:45:33 +01:00
Dominik Picheta
df5b9b8c78
Small improvements to readme.
2016-10-09 14:55:21 +02:00
Dominik Picheta
75dbfe9d0e
Improves readme installation instructions. Fixes #260 .
2016-10-08 18:04:36 +02:00
Araq
36a61739b1
up to date readme.markdown
2016-10-08 12:07:24 +02:00
Andreas Rumpf
507dbf3ad3
updated readme.markdown
2016-08-11 15:01:33 +02:00
Dominik Picheta
e95df37ebe
Small readme installation instruction updates.
2016-06-06 21:33:55 +01:00
k0pernicus
831dfaec0b
Fix typo and add title
2016-05-19 17:20:28 -04:00
k0pernicus
977475c9a6
Add new format from markdown-toc
2016-05-19 17:19:28 -04:00
k0pernicus
8e56412d7a
Add a table of contents
2016-05-19 17:09:41 -04:00
k0pernicus
966361c22a
Add a Troubleshooting section
2016-05-19 10:47:46 -04:00
Aidan Steele
04df41215b
Updated README syntax ( #188 )
...
* Updated README syntax
* Clarified README syntax between formats
2016-04-08 10:28:10 +01:00
def
3bbf51bc77
Documentation: Build release binary of nimble
...
This speeds up the building process by a factor of 2 because afterwards
nimble builds itself again, but using -d:release.
2016-03-06 23:25:57 +01:00
Dominik Picheta
670bcec61d
Update installation instructions for Unix users who install Nim.
2016-01-19 01:00:45 +00:00
Dominik Picheta
80a418e680
Nimble now requires at least Nim 0.12.1 to compile. Updates to readme.
2015-12-31 00:30:31 +00:00
Dominik Picheta
8576776de7
Finishing touches for travis build to succeed.
2015-12-30 01:32:00 +00:00
Dominik Picheta
50d2637b04
Implement proxy support (configurable). Ref #86 .
2015-12-29 15:31:22 +00:00
Dominik Picheta
2f57dd1b2a
git:// now replaced with https:// (configurable). Ref #86 .
2015-12-29 14:37:10 +00:00
Dominik Picheta
afd03df8af
Document package list config in readme.
2015-12-29 14:21:49 +00:00
Dominik Picheta
496282c593
Add warning about git version to readme. Fixes #105 .
2015-12-29 14:16:49 +00:00
Dominik Picheta
d90b179f1f
Update installation instructions.
2015-12-29 14:12:00 +00:00
Dominik Picheta
01bca203a8
Added reasoning for convention for hybrid packages in readme.
2015-12-28 16:36:01 +00:00
Dominik Picheta
7bb80f7df0
Rename `update to refresh` in readme.
2015-12-24 01:36:43 +00:00
Dominik Picheta
d94501234a
Merge branch 'nimscript-support'
2015-12-24 01:35:32 +00:00
Dominik Picheta
bc9b023db0
Readme fixes regarding NimScript support.
2015-12-24 01:31:50 +00:00
Dominik Picheta
4c88fb6a86
Documentation about NimScript.
2015-12-24 01:28:28 +00:00
Dominik Picheta
940573f87c
Remove remaining developers.md links in readme.
2015-12-13 15:27:16 +00:00
cupen
fe0863e9be
for mingw compatibility.
2015-11-15 04:08:53 +08:00
Dominik Picheta
67eee93936
Removed old link to developers.markdown in readme.
2015-08-02 21:49:35 +01:00
Dominik Picheta
21db7b6b68
Some adjustments to the readme.
...
Improved the formatting of the package creation docs.
2015-07-28 23:05:25 +01:00
Dominik Picheta
50a10a02c0
Moved developers.markdown to readme.markdown. Fixes #132 .
2015-07-28 23:00:07 +01:00
Dominik Picheta
61b06890c5
Fix confusing config docs
2015-07-17 00:46:48 +01:00
Dominik Picheta
ca9a09f07b
Merge branch 'master' of https://github.com/minciue/nimble into minciue-master
...
Conflicts:
developers.markdown
src/nimble.nim
2015-06-04 17:53:48 +01:00
Dominik Picheta
f7114ca788
Implemented `nimble c`.
2015-04-11 21:35:10 +01:00
Eugen Minciu
6b007e8809
Document the binDir and nimble build changes.
2014-12-28 21:49:04 +02:00
Dominik Picheta
d2f6c7f2e7
Rename Nimrod to Nim in readme.
2014-12-26 18:56:13 +00:00
Dominik Picheta
875786d34f
Added changelog entry. Improved readme.
2014-12-26 01:32:10 +00:00
Dominik Picheta
54a0361704
Readme improvements.
2014-12-25 21:54:39 +00:00
Grzegorz Adam Hankiewicz
192d3834c4
Mentions OSX users can't use 0.9.6 compiler. Refs #62 .
2014-12-03 19:41:26 +01:00
Dominik Picheta
6ddfdb8c77
More renames in readme.
2014-10-11 22:51:25 +01:00
Grzegorz Adam Hankiewicz
2958ecce45
Updates readme to degrade compiler requirement.
2014-07-17 16:35:32 +02:00
Grzegorz Adam Hankiewicz
f194dbf223
Updates required nimrod compiler version in readme.
2014-06-25 18:02:39 +02:00