1
0
Fork 0

Update README.md

More explicit instructions.
pull/445/head
Erwann Mest 12 years ago
parent 16aa48baeb
commit eb17d7abe4

@ -20,8 +20,9 @@ version is 4.3.10.
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
3. Create a new Zsh configuration by copying the Zsh configuration files
provided:
provided (copy these lines in a script and run it):
#!/bin/zsh
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"

Loading…
Cancel
Save