Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Oct 11, 2019
1 parent fdc1915 commit b9166e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In fedora: `sudo dnf install python3-pyqt5 python3-redis`
Build the go portion with:

```sh
go build github.com/kushaldas/unoon/cmd/unoo
go build github.com/kushaldas/unoon/cmd/unoon
```

### Start
Expand All @@ -41,6 +41,8 @@ Start the backend:
sudo ./unoon
```

You can pass a different interface name with `-device` flag to the `unoon` executable.

Start the frontend:

```sh
Expand Down

0 comments on commit b9166e4

Please sign in to comment.