Added shebangs, renamed package, added readme

This commit is contained in:
2026-02-22 04:07:58 +01:00
parent cb5de6948f
commit 57c654a220
5 changed files with 19 additions and 1 deletions

13
readme.md Normal file
View File

@@ -0,0 +1,13 @@
## 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'
```