From 732acd383663ed4a0b003b4db5aecbb1336c6252 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Wed, 21 Nov 2018 17:54:48 +0800 Subject: [PATCH] update doc --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index aac19ee..48e31a2 100644 --- a/README.md +++ b/README.md @@ -37,22 +37,23 @@ z -e foo # echo the best match, don't cd eval "$(lua /path/to/z.lua --init zsh)" - posix shells: -- + put something like this in your `.profile`: eval "$(lua /path/to/z.lua --init posix)" - Windows (with clink): - copy z.lua and z.cmd to clink's home directory - Add clink's home to `%PATH%` (z.cmd can be called anywhere) - Ensure that "lua" can be called in `%PATH%` + - copy z.lua and z.cmd to clink's home directory + - Add clink's home to `%PATH%` (z.cmd can be called anywhere) + - Ensure that "lua" can be called in `%PATH%` - Windows Cmder Install: -- - copy z.lua and z.cmd to cmder/vendor - Add cmder/vendor to %PATH% - Ensure that "lua" can be called in %PATH% + + - copy z.lua and z.cmd to cmder/vendor + - Add cmder/vendor to %PATH% + - Ensure that "lua" can be called in %PATH% + ## Customize