Skip to content

Commit

Permalink
Install by https is more common (#2212)
Browse files Browse the repository at this point in the history
Installing by https do not require any additional setups. For git I got error: 
```bash
λ  git clone [email protected]:aksonov/react-native-router-flux.git
Cloning into 'react-native-router-flux'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
```
  • Loading branch information
ilabacheuski authored and aksonov committed Aug 10, 2017
1 parent 0cf2c68 commit 9566c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Actions.refresh({param1: 'hello', param2: 'world'})

```bash
# Get the code
git clone git@github.com:aksonov/react-native-router-flux.git
git clone https://github.com/aksonov/react-native-router-flux.git
cd react-native-router-flux/Example

# Install dependencies
Expand Down

0 comments on commit 9566c3d

Please sign in to comment.