Fix readme
This commit is contained in:
parent
2edebbeff3
commit
773e8c28c3
10
README.md
10
README.md
|
@ -9,10 +9,18 @@ GUI scripts for popular cli tools, based on dialog and fzf
|
||||||
- `r` - for running named commands from ~/.aliases.txt file
|
- `r` - for running named commands from ~/.aliases.txt file
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
### Ubuntu/Debian-based
|
||||||
Download .deb package from [Releases](https://git.digitalstudium.com/digitalstudium/run/releases), then install it
|
Download .deb package from [Releases](https://git.digitalstudium.com/digitalstudium/run/releases), then install it
|
||||||
```
|
```
|
||||||
sudo apt install ./Downloads/gui-scripts_1.1-1.deb
|
sudo apt install ./Downloads/gui-scripts_1.1-1.deb
|
||||||
```
|
```
|
||||||
|
### Other linux distros
|
||||||
|
Install dependencies: `fzf`, `dialog`, `xdotool`, `x11-xkb-utils`
|
||||||
|
|
||||||
|
Then clone this repo and copy all scripts to one of the PATH folder:
|
||||||
|
```
|
||||||
|
git clone https://git.digitalstudium.com/digitalstudium/gui-scripts.git
|
||||||
|
sudo cp gui-scripts/{a,g,s,r} /usr/local/bin/
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue