diff options
| author | Aristid Breitkreuz <aristidb@gmail.com> | 2016-12-31 14:25:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-31 14:25:10 +0100 |
| commit | 7fdcc98cd79aee0da5c851ca23ea9b8c95e9150d (patch) | |
| tree | 81e0fb724f47b78846f8d0d3c160d5999e94d450 | |
| parent | 76c58aa022a896dc170c207ff821992ee354d934 (diff) | |
Fix session socket filename in README
It seems like the /tmp/kak-<session> reference is outdated.
| -rw-r--r-- | README.asciidoc | 2 |
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 |
