summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-02-24 17:45:23 +0000
committerHubert Hirtz <hubert@hirtz.pm>2021-02-24 20:06:07 +0100
commit98034270c21477f3373248a47ac0eb73a56f990a (patch)
tree7990dc968131c15a9929cd4ed43bb3008eb8aa9c /README.md
parentAdd a no-tls option to config (diff)
mv cmd/irc cmd/senpai
Allows to `go build ./cmd/senpai` without having to specify -o. Also more consistent with how cmd/ is used in the Go ecosystem.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 705d1e3..e416ea9 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ addr: irc.freenode.net:6697
nick: senpai
password: "my password can't be this cute"
EOF
-go run ./cmd/irc
+go run ./cmd/senpai
```
Then, type `/join #senpai` and have a chat!