fixes #21392; document nimble develop breaking changes (#21614)

This commit is contained in:
ringabout
2023-04-05 02:37:01 +08:00
committed by GitHub
parent 3575f2bf9c
commit c71192043b

View File

@@ -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.