Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dos-2 committed Jun 23, 2024
1 parent 281a033 commit 3c1f186
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ Desktop aesthetic
## Installation
Make sure to have [`go`](https://go.dev) (1.17+) installed, then do:

```go install github.com/dos-2/oddshub@latest```
```
go install github.com/dos-2/oddshub@latest
```

The oddshub executable will be under your GOPATH so make sure $GOPATH/bin is added to the $PATH variable if not already.

Now you can run oddshub:

```oddshub```
```
oddshub
```

windows reference: https://stackoverflow.com/questions/44272416/how-to-add-a-folder-to-path-environment-variable-in-windows-10-with-screensho

Expand Down

0 comments on commit 3c1f186

Please sign in to comment.