fix curlpipe

This commit is contained in:
eyedeekay 2023-11-28 13:00:12 -05:00
parent 892d088356
commit d43e3cc100
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ git clone https://github.com/matrix-org/dendrite $HOME/go/src/github.com/matrix-
cd $HOME/go/src/github.com/matrix-org/dendrite
```
2. Second, add my fork `eyedeekay/dendrite` as a remote and check out the i2p-demo branch.
2. Second, add my fork `eyedeekay/dendrite` as a remote and check out the i2p-demo branch. This is required because pseudonymous contributions to `dendrite` are not allowed, so I am not allowed to submit my changes to them.
```sh
git remote add idk https://github.com/eyedeekay/dendrite

View file

@ -7,7 +7,7 @@
if [ "$(pwd)" != "$HOME/go/src/github.com/matrix-org/dendrite" ]; then
if [ ! -d "$HOME/go/src/github.com/matrix-org/dendrite" ]; then
git clone https://github.com/matrix-org/dendrite
git clone https://github.com/matrix-org/dendrite "$HOME/go/src/github.com/matrix-org/dendrite"
cd "$HOME/go/src/github.com/matrix-org/dendrite"
git remote add idk https://github.com/eyedeekay/dendrite
git pull idk i2p-demo