diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-05-09 08:06:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-09 08:06:04 +0300 |
commit | 2e88b72f4f6c393506b2bc40908fcb2dd5fa603b (patch) | |
tree | a6ab6405f9b526c98001da6dc4b973572a91f258 | |
parent | f286452fa4abbd2782af050221ed59386945a3c1 (diff) | |
parent | d1d589efa95b5e9d55f6a2ffc46951ff3604037a (diff) |
Readme #75: clarification
Update README.md with an extra step
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -77,6 +77,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: |