ntn 0.15.0 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -136,9 +136,15 @@ To do a one-time install of the current debug build:
|
|
|
136
136
|
mise release:local
|
|
137
137
|
```
|
|
138
138
|
|
|
139
|
-
|
|
139
|
+
By default this installs the debug build as `ntnd` at `/usr/local/bin/ntnd`, which
|
|
140
140
|
avoids colliding with a production `ntn` install.
|
|
141
141
|
|
|
142
|
+
To replace the `ntn` binary already on your `PATH` instead:
|
|
143
|
+
|
|
144
|
+
```bash
|
|
145
|
+
mise release:local --overwrite
|
|
146
|
+
```
|
|
147
|
+
|
|
142
148
|
## Design
|
|
143
149
|
|
|
144
150
|
See [this page](https://claude.ai/public/artifacts/56976778-e51d-4e76-b400-c3c00b134678) for some of our design goals and inspiration with ntn (built by Claude).
|
|
Binary file
|
package/dist/ntn-darwin-x64/ntn
CHANGED
|
Binary file
|
package/dist/ntn-linux-arm64/ntn
CHANGED
|
Binary file
|
package/dist/ntn-linux-x64/ntn
CHANGED
|
Binary file
|
|
Binary file
|