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