From c8ed7e5d06bff6fe042f1fc59de37511bf636bea Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Wed, 8 Dec 2021 02:19:56 +0000 Subject: [PATCH] :pencil: bump to 0.1.4, forgot to update the docs --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ab3a85..8c2ed46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01" [[package]] name = "lookaround" -version = "0.1.3" +version = "0.1.4" dependencies = [ "mac_address", "rand", diff --git a/Cargo.toml b/Cargo.toml index 7ff5f94..91977d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 03afc48..c58beb0 100644 --- a/README.md +++ b/README.md @@ -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.