Add Install Instructions
This commit is contained in:
parent
084b0e3a38
commit
e2655b633c
1 changed files with 11 additions and 0 deletions
11
Readme.md
11
Readme.md
|
@ -12,3 +12,14 @@
|
||||||
```sh
|
```sh
|
||||||
sudo dnf install -y curl wget git make just
|
sudo dnf install -y curl wget git make just
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Install
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd ~ && \
|
||||||
|
git init -b neo && \
|
||||||
|
git remote add origin https://git.euph.dev/Snoweuph/Dotfiles.git && \
|
||||||
|
git fetch --all && \
|
||||||
|
git reset --hard origin/neo && \
|
||||||
|
git submodule update --init --recursive
|
||||||
|
```
|
Loading…
Reference in a new issue