From 2864a26fe2d12c6c2fc935874010d453bee85e46 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Mon, 6 Dec 2021 00:17:05 +0000 Subject: [PATCH] :pencil: fix a couple bugs in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 615dc02..143adfe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LookAround -"I want SSH into my laptop, but I keep forgetting its IP!!" +"I want to SSH into my laptop, but I keep forgetting its IP!!" _Has this ever happened to you?_ @@ -38,7 +38,7 @@ put this systemd unit in `~/.config/systemd/user/lookaround.service`: Description=LookAround [Service] -ExecStart=lookaround server +ExecStart=/home/user/.cargo/bin/lookaround server [Install] WantedBy=default.target