Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1ntEgr8 committed Apr 30, 2021
1 parent bcafb11 commit d4ed62f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,12 +10,12 @@ I wanted a very minimal RSS reader that **wasn't** feature packed, but could be
### From source

- Clone the repo
```
```bash
git clone https://github.com/1ntEgr8/arss
```

- Run the install script. You will need to specify the directory in which you want the binary to be installed
```
```bash
chmod +x ./install.sh
./install.sh --path path/to/installation/directory
```
Expand All @@ -41,7 +41,7 @@ cd client && npm run dev
```
- Run the server
```bash
go run arss
go run arss --client client/public
```

You should see the client open up in the browser.
Expand Down

0 comments on commit d4ed62f

Please sign in to comment.