📝 fix a couple bugs in the readme
parent
2f63055ab7
commit
2864a26fe2
|
@ -1,5 +1,5 @@
|
||||||
# LookAround
|
# 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?_
|
_Has this ever happened to you?_
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ put this systemd unit in `~/.config/systemd/user/lookaround.service`:
|
||||||
Description=LookAround
|
Description=LookAround
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=lookaround server
|
ExecStart=/home/user/.cargo/bin/lookaround server
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|
Loading…
Reference in New Issue