change bin name to simple-power-name

the last name (`spm`) was conflicting with other linux packages
This commit is contained in:
Guilherme Rugai Freire 2021-06-28 08:01:50 -03:00
parent 545997842d
commit cff4456d98
2 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@
```sh ```sh
git clone https://github.com/GRFreire/simple-power-menu $HOME/.local/share/simple-power-menu git clone https://github.com/GRFreire/simple-power-menu $HOME/.local/share/simple-power-menu
ln -s $HOME/.local/share/simple-power-menu/spm $HOME/.local/bin/spm ln -s $HOME/.local/share/simple-power-menu/simple-power-menu $HOME/.local/bin/simple-power-menu
``` ```
After that, just run ```spm``` in your terminal After that, just run ```simple-power-menu``` in your terminal
## Update ## Update