Skip to content

Commit 4450ebf

Browse files
authored
Update README.md
1 parent 3b4ecc0 commit 4450ebf

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed

README.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
1-
# scripts
2-
useful scripts for Linux
1+
# Scripts
2+
3+
### _It's my personal scripts library_
4+
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/powered-by-jeffs-keyboard.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/contains-cat-gifs.svg)](https://forthebadge.com)
5+
6+
[![Twitter](https://img.shields.io/twitter/follow/Bensuperpc?style=social)](https://img.shields.io/twitter/follow/Bensuperpc?style=social) [![Youtube](https://img.shields.io/youtube/channel/subscribers/UCJsQFFL7QW4LSX9eskq-9Yg?style=social)](https://img.shields.io/youtube/channel/subscribers/UCJsQFFL7QW4LSX9eskq-9Yg?style=social)
7+
8+
# New Features !
9+
10+
- FFMPEG docker scripts
11+
- Install and Uninstall scripts
12+
13+
#### Install
14+
You need Linux distribution like Ubuntu or Manjaoro
15+
16+
```sh
17+
git clone https://github.com/Bensuperpc/scripts.git
18+
```
19+
```sh
20+
cd scripts
21+
```
22+
23+
```sh
24+
./install.sh
25+
```
26+
#### Uninstall
27+
```sh
28+
./uninstall.sh
29+
```
30+
31+
### Todos
32+
33+
- Write Tests
34+
- Continue dev. :D
35+
36+
License
37+
----
38+
39+
[MIT] License
40+
41+
42+
**Free Software forever !**
43+
[MIT]: LICENSE
44+
45+

0 commit comments

Comments
 (0)