Added a "how to use" section to the README.md

This commit is contained in:
TuDatTr
2020-05-23 18:39:48 +02:00
parent d87aa3dce5
commit 9fbc35fb91
2 changed files with 19 additions and 3 deletions

View File

@@ -1,3 +1,19 @@
# March
A small script to automate my archlinux configuration.
## How to use it
First off we need to install git to download this repo.
```sh
pacman -Sy
pacman -S git
```
Then we can download this repo and run the install script.
```sh
git clone https://gitlab.com/TuDatTr/march
chmod ./march/install.sh
./install.sh
```