Dominik Picheta
3625c1f861
Expand Nimble readme slightly (installation/nimble-run).
2019-09-22 21:36:50 +01:00
Hitesh Jasani
2243e3fbc2
Fix #567 : Display package versions in sorted order ( #688 )
...
* Fix #567 : Display package versions in sorted order
* Add docs
* Fix docs to focus on git tags
* Refactor to use version module
* Streamline docs
* Refactor to make things work in nim <= 0.19.6
* Improve code readability
2019-08-24 10:15:29 +01:00
Hitesh Jasani
98e566adab
Add example dependency with git commit [docs] ( #669 )
...
* Add example dependency with git commit [docs]
* Update readme.markdown
2019-06-12 21:16:52 +01:00
Andreas Rumpf
c8d79fc022
update the installation instructions
2019-03-26 10:06:06 +01:00
Timothee Cour
61e6afe167
brew doesn't require sudo
2019-02-01 20:06:47 +01:00
genotrance
88f5545c75
Allow removal of reverse dependencies with uninstall --deps flag ( #601 )
...
* Fix for #398
* Updated fix for #398
* Enable uninstall of reverse deps
* Update README
* Updates based on feedback
2019-01-08 19:58:19 +00:00
markfirmware
68bb97f30a
Update readme.markdown ( #596 )
2018-12-18 08:49:49 +01:00
technicallyagd
119be481df
Additional information on Nim compiler integration ( #554 )
...
* Additional information on Nim compiler integration
* Move the information to a dedicated section
Emphasize the fact that no extra step is required if using default `nimbleDir`.
* Adds changes requested
* NimblePath to nimblePath for consistency
* Update readme.markdown
2018-12-10 22:51:43 +00:00
Dominik Picheta
67cf608f55
Build against a pinned version of Nim devel on travis.
2018-08-27 22:31:17 +01:00
Aearnus
364f7bc260
Added SSH key note
2018-05-20 22:45:43 -07:00
Willi Schinmeyer
9fb0e557f2
document that nimble init uses the current directory
2018-03-31 20:12:07 +02:00
k0pernicus
64eb274198
Add a new troubleshooting
2018-02-26 18:46:29 +01:00
Dominik Picheta
7e3058657c
Fixes problem with subdirs and 'develop'. Documents package urls.
2018-02-23 22:43:28 +00:00
Dominik Picheta
3dae26447e
Improve project structure docs.
2018-01-14 16:01:51 +00:00
Dominik Picheta
6354132959
Implement nimLibPrefix config var and add better messages for it.
2018-01-09 22:32:08 +00:00
Dominik Picheta
c7b97bb206
Implements check command.
2017-10-15 15:28:29 +01:00
Hugo Locurcio
7164fca394
Improve the readme
...
- Improve grammar and spelling
- Capitalize Nimble
- Fix the link to docs/distros.html
- Switch all supporting links to HTTPS
- Link to the license file directly
2017-10-04 10:45:39 +02:00
Dominik Picheta
fc81b5b58e
Update repo info docs in readme.
2017-09-06 22:35:09 +01:00
Dominik Picheta
9d0b978845
Fixes readme formatting.
2017-08-28 23:18:46 +01:00
Dominik Picheta
43489da1f2
Added implementation details about .nimble-link files to readme.
2017-08-28 23:03:49 +01:00
Dominik Picheta
f746f4f0f3
Add docs for nimble develop.
2017-08-18 23:20:30 +01:00
Dominik Picheta
10a38a3c90
Merge pull request #371 from subsetpark/local-json
...
Allow specifying local json package list files
2017-07-11 19:30:14 +01:00
Zach Smith
34cc9b958f
Restore Hybrids heading to readme
2017-06-26 20:29:36 -04:00
Zach Smith
2a7e1f132c
Code Review from @dom96
2017-06-26 17:12:46 -04:00
Zach Smith
c89ca099a2
Allow locally stored package list files to be specified in config ( #368 )
2017-06-25 17:10:08 -04:00
Zach Smith
183fed527b
Make conventional structure more explicit in structure warnings and readme
2017-06-25 16:31:34 -04:00
Jon Banafato
8a1fde9693
Fix publishing packages header and table of contents link
2017-06-15 00:01:02 -04:00
ephja
659fcf194f
fix typo
2017-06-05 11:16:23 +02:00
Dominik Picheta
4a71ccbbd4
Improve getNimPrefixDir to support choosenim and env var.
...
See comment for more information. This commit also adds support
for an environment variable so that users have a workaround
when Nimble cannot find the Nim stdlib.
2017-05-05 12:36:54 +01:00
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