Update README.md
This commit is contained in:
parent
375013e066
commit
ac4f2609b4
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -1,6 +1,14 @@
|
||||||
# swline
|
# swline
|
||||||
|
![](https://lounge.swee.codes/uploads/5da6d1586df80b43/Screenshot_20241113_152445-1.png)
|
||||||
Cute shell
|
Cute shell
|
||||||
|
How I installed it:
|
||||||
|
```bash
|
||||||
|
$ sudo mkdir /git
|
||||||
|
$ sudo chmod a+rw /git
|
||||||
|
$ cd git
|
||||||
|
$ git clone https://git.swee.codes/swee/swline.git
|
||||||
|
$ sudo ln -s /git/swline/swline /usr/local/bin/swline
|
||||||
|
```
|
||||||
add this to your bashrc I guess
|
add this to your bashrc I guess
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue