summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2016-12-31 14:25:10 +0100
committerGitHub <noreply@github.com>2016-12-31 14:25:10 +0100
commit7fdcc98cd79aee0da5c851ca23ea9b8c95e9150d (patch)
tree81e0fb724f47b78846f8d0d3c160d5999e94d450
parent76c58aa022a896dc170c207ff821992ee354d934 (diff)
Fix session socket filename in README
It seems like the /tmp/kak-<session> reference is outdated.
-rw-r--r--README.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index d090bcc2..c0409db5 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -220,7 +220,7 @@ Just running *kak* launch a new kak session with a client on local terminal.
*kak* accepts some switches:
* `-c <session>`: connect to given session, sessions are unix sockets
- `/tmp/kak-<session>`
+ `/tmp/kakoune/<user>/<session>`
* `-e <commands>`: execute commands on startup
* `-n`: ignore kakrc file
* `-s <session>`: set the session name, by default it will be the pid