13 lines
247 B
Markdown
13 lines
247 B
Markdown
## Global Installation
|
|
|
|
### HTTP
|
|
|
|
```sh
|
|
sudo npm install -g 'git+https://gitea.efforting.tech/mikael-lovqvist/shell-utils.git#latest'
|
|
```
|
|
|
|
### SSH
|
|
|
|
```sh
|
|
sudo npm install -g 'git+ssh://git.efforting.tech:mikael-lovqvist/shell-utils.git#latest'
|
|
``` |