1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 22:57:46 +00:00

add a Readme to the make_release directory (#344)

This commit is contained in:
Michael Angerman 2023-01-11 19:33:00 -08:00 committed by GitHub
parent 96eb47836c
commit 5b4524be19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
make_release/Readme.md Normal file
View file

@ -0,0 +1,7 @@
### How to run nu_deps.nu
```rust
cd <your nushell repo>
nu nu_deps.nu
```