Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandark committed Jun 26, 2024
1 parent ea6f7b0 commit 59071d7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,28 @@ Arch:<br>
`sudo pacman -S nodejs npm`

# Installation
### Method I (Recommended)
After installing the dependencies, clone the repo and run the `symlink.sh` script. Then simply launch vim and wait for the setup to complete.

**Tl;Dr:**
- Install Dependencies
- Clone This Repo ` git clone https://github.com/wolandark/wim.git`
- cd Into The Cloned Repo `cd wim`
- Run the `symlink.sh` script `./symlink.sh`

### Method II
After installing the dependencies, run the `install.sh` script. The script is **safe** and works sudo-less.
```
bash <(curl -s https://raw.githubusercontent.com/wolandark/wim/master/install.sh)
```
### Watch it work
![Peek 2024-06-26 09-10](https://github.com/wolandark/wim/assets/107309764/6e8e6252-d939-4a4c-874f-9579f7430234)
This is recorded on Devuan (in case that matters).

**Tl;Dr:**
- Install Dependencies
- Run the `install.sh` Using Curl

<br>

# Some of the features
Expand Down

0 comments on commit 59071d7

Please sign in to comment.