Skip to content

Commit

Permalink
Update ReadMe and remove submodules
Browse files Browse the repository at this point in the history
- Remove git submodules
  • Loading branch information
deltax committed Aug 14, 2018
1 parent d94992b commit cca7fe9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Read [here](https://github.com/FluxionNetwork/fluxion/wiki/Generate-ssh-keys) be
<br>
**Download the latest revision**
```
git clone --recursive git@github.com:FluxionNetwork/fluxion.git
git clone git@github.com:FluxionNetwork/fluxion.git
# Or if you prefer https
git clone https://www.github.com/FluxionNetwork/fluxion.git
```
**Switch to tool's directory**
```
Expand Down

0 comments on commit cca7fe9

Please sign in to comment.