chore: init repo
This commit is contained in:
commit
226a915898
1 changed files with 18 additions and 0 deletions
18
README
Normal file
18
README
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# nushell-plugins bin_archives
|
||||
|
||||
Platforms binaries archives for [Nushell plugins](https://repo.jesusperez.pro/jesus/nushell-plugins)
|
||||
|
||||
|
||||
## Install distribution
|
||||
|
||||
From architecture-platform.tar.gz like: darwin-arm64-nushell-plugins.tar.gz
|
||||
|
||||
To install in a plataform:
|
||||
```bash
|
||||
cd /tmp
|
||||
tar xzf architecture-platform.tar.gz
|
||||
cd distribution
|
||||
./install.sh
|
||||
./install_nu_plugin.nu
|
||||
cd /tmp
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue