Skip to content

Commit

Permalink
add releases link to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
yas-nyan committed Jul 20, 2023
1 parent 6749fc7 commit ef44629
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ The initial implementation was developed by Hiroki Shirokura (a.k.a @slankdev) a

## getting started

- build
```
$ make
```
- get the latest bin
[Releases](https://github.com/wide-vsix/sockmon/releases)

- start sockmon daemon
or build it yourself.
```
$ bin/sockmon
git clone https://github.com/wide-vsix/sockmon.git
cd sockmon
make
bin/sockmon
```

- get local cache by another processes via REST API
Expand Down

0 comments on commit ef44629

Please sign in to comment.