Update ReadMe and remove submodules

- Remove git submodules
This commit is contained in:
deltax 2018-08-14 13:17:43 +02:00 committed by GitHub
parent d94992bf2e
commit cca7fe917e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,11 @@ Read [here](https://github.com/FluxionNetwork/fluxion/wiki/Generate-ssh-keys) be
<br> <br>
**Download the latest revision** **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** **Switch to tool's directory**
``` ```