From 8ed0365b98cc3f883800dfb29a28df9e263687f6 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Wed, 27 Dec 2023 14:27:59 -0500 Subject: [PATCH] remove index.html --- index.html | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index e2019c852..000000000 --- a/index.html +++ /dev/null @@ -1,23 +0,0 @@ -

How -to build a Dendrite Homeserver modified to run over I2P

-
    -
  1. First, clone the matrix-org/dendrite implementation of -dendrite into your GOPATH and change directory to the main -checkout.
  2. -
-
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
-
    -
  1. Second, add my fork eyedeekay/dendrite as a remote and -check out the i2p-demo branch.
  2. -
-
git remote add idk https://github.com/eyedeekay/dendrite
-git pull idk i2p-demo
-git checkout i2p-demo
-
    -
  1. Third, build the binary:
  2. -
-
go build -o bin/dendrite-demo-i2p ./cmd/dendrite-demo-i2p
-

Or, do it -automatically using just a curlpipe

-
curl 'https://eyedeekay.github.io/dendrite/update-branch.sh' | bash -