added details about submodules usage

This commit is contained in:
Michael Bravo 2019-10-22 19:57:27 +03:00 committed by GitHub
parent 09d528b7d5
commit a483e759c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,22 @@
# A collection of useful scripts around Elite Dangerous #
## preparations for usage
after you have cloned this repository, you need to run
```
git submodule init
git submodule update
```
and if for some reason you get back to the existing local copy in a while, you may want to run
```
git submodule update --remote
```
to make sure the submodule(s) have been updated to the latest code
## edsm-getnearest.py ##
```