Fix session socket filename in README

It seems like the /tmp/kak-<session> reference is outdated.
This commit is contained in:
Aristid Breitkreuz 2016-12-31 14:25:10 +01:00 committed by GitHub
parent 76c58aa022
commit 7fdcc98cd7

View File

@ -220,7 +220,7 @@ Just running *kak* launch a new kak session with a client on local terminal.
*kak* accepts some switches: *kak* accepts some switches:
* `-c <session>`: connect to given session, sessions are unix sockets * `-c <session>`: connect to given session, sessions are unix sockets
`/tmp/kak-<session>` `/tmp/kakoune/<user>/<session>`
* `-e <commands>`: execute commands on startup * `-e <commands>`: execute commands on startup
* `-n`: ignore kakrc file * `-n`: ignore kakrc file
* `-s <session>`: set the session name, by default it will be the pid * `-s <session>`: set the session name, by default it will be the pid