diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-04-05 02:37:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 20:37:01 +0200 |
commit | c71192043b9febbfc058717ad3d4fde3a22c61da (patch) | |
tree | f236bb9336228e9854fd92912dd5781abbed4bf3 /changelogs | |
parent | 3575f2bf9ccdabe5fa1fcade086ef0c11adc67b5 (diff) | |
download | Nim-c71192043b9febbfc058717ad3d4fde3a22c61da.tar.gz |
fixes #21392; document `nimble develop` breaking changes (#21614)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changelog_2_0_0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md index 977dc6523..60b380d12 100644 --- a/changelogs/changelog_2_0_0.md +++ b/changelogs/changelog_2_0_0.md @@ -401,4 +401,4 @@ ## Tool changes -- Nim now ships Nimble version 0.14 which added support for lock-files. Libraries are stored in `$nimbleDir/pkgs2` (it was `$nimbleDir/pkgs`). +- Nim now ships Nimble version 0.14 which added support for lock-files. Libraries are stored in `$nimbleDir/pkgs2` (it was `$nimbleDir/pkgs`). Use `nimble develop --global` to create an old style link file in the special links directory documented at https://github.com/nim-lang/nimble#nimble-develop. |