Fixed issues when cloning the repo to build; updated clone instructions
This commit is contained in:
parent
7879812f1a
commit
6d04d6c9e8
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
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 14c8acafc82ea4b2f54f97ebab9b11d8216be916
|
Subproject commit 60581143f9c1b8d4a3109e7ae0c9cf21078033a4
|
Loading…
x
Reference in New Issue
Block a user