diff options
author | Klaus <devaspirerklaus@gmail.com> | 2019-05-08 22:42:57 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-08 22:42:57 -0300 |
commit | d1d589efa95b5e9d55f6a2ffc46951ff3604037a (patch) | |
tree | eb9ec427e5cc43e4838f8a9d3a521fdb1d73f7ea | |
parent | 64a1be9790bfe98e99a12136c1f16684de25de17 (diff) |
Update README.md with an extra step
I don't know if this absence is because is too obvious, but I couldn't leave it behind. I hope you can fix it proper English phrasing, as English is not my mother language.
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -76,6 +76,11 @@ If you want to do this from any branch in this repository, follow the manual ins ```bash mkdir themes; cd themes; ``` +2. Start Git on this folder: + +```bash +git init +``` 3. Now simply add a Git submodule pointing to this repository, like so: |