📝 bump to 0.1.4, forgot to update the docs

main v0.1.4
_ 2021-12-08 02:19:56 +00:00
parent 3871d87a0a
commit c8ed7e5d06
3 changed files with 7 additions and 6 deletions

2
Cargo.lock generated
View File

@ -45,7 +45,7 @@ checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
[[package]]
name = "lookaround"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"mac_address",
"rand",

View File

@ -9,7 +9,7 @@ license = "AGPL-3.0"
name = "lookaround"
readme = "README.md"
repository = "https://six-five-six-four.com/git/reactor/lookaround"
version = "0.1.3"
version = "0.1.4"
[dependencies]
mac_address = "1.1.2"

View File

@ -10,9 +10,9 @@ within a LAN. There's no central server, so it's not a look-up, it's a look-arou
$ lookaround client
Found 3 peers:
11:11:11:11:11:11 = 192.168.1.101
22:22:22:22:22:22 = 192.168.1.102
33:33:33:33:33:33 = 192.168.1.103
11:11:11:11:11:11 = 192.168.1.101 `laptop`
22:22:22:22:22:22 = 192.168.1.102 `desktop`
33:33:33:33:33:33 = 192.168.1.103 `old-laptop`
```
The LookAround client uses IP multicast to find LookAround servers within the
@ -38,7 +38,7 @@ put this systemd unit in `~/.config/systemd/user/lookaround.service`:
Description=LookAround
[Service]
ExecStart=/home/user/.cargo/bin/lookaround server
ExecStart=/home/user/.cargo/bin/lookaround server --nickname my-desktop
[Install]
WantedBy=default.target
@ -77,5 +77,6 @@ Use the [kazupon Git commit message convention](https://github.com/kazupon/git-c
## This Git repo
This repo's upstream is https://six-five-six-four.com/git/reactor/lookaround.
It's mirrored on my GitHub, https://github.com/ReactorScram/lookaround
I don't use GitHub issues, so issues are in issues.md in the repo.