zsh-users / fizsh

Friendly Interactive ZSHell.
Other
299 stars 18 forks source link

The doc installation instructions are inapropriate #5

Closed fuentesloic closed 9 years ago

fuentesloic commented 9 years ago

the git code to clone is:

user@localmachine$ git clone git@github.com:zsh-users/fizsh

it generates this error:

Permission denied (publickey).
fatal: Could not read from remote repository.

it should be:

user@localmachine$ git clone https://github.com/zsh-users/fizsh.git
guidovansteen commented 9 years ago

@briquebalant: Thank you for reporting this!

Guido