Fixed issues when cloning the repo to build; updated clone instructions
This commit is contained in:
11
README.md
11
README.md
@@ -8,7 +8,16 @@ To clone and make some changes, you need to clone the repository. This one also
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --recurse-submodules https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de blog
|
git clone --recurse-submodules https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de blog
|
||||||
cd blog
|
cd blog/themes/terminal-fork
|
||||||
|
git branch -r \
|
||||||
|
| grep -v '\->' \
|
||||||
|
| sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \
|
||||||
|
| while read remote; do \
|
||||||
|
git branch --track "${remote#origin/}" "$remote"; \
|
||||||
|
done
|
||||||
|
git fetch --all
|
||||||
|
git pull --all
|
||||||
|
cd ../../
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running & Building
|
## Running & Building
|
||||||
|
Submodule themes/terminal-fork updated: 14c8acafc8...60581143f9
Reference in New Issue
Block a user