From cddc61fe578356c223217424ae6a825c1d663b7d Mon Sep 17 00:00:00 2001 From: mileschet Date: Sun, 29 Dec 2019 17:07:41 +0100 Subject: [PATCH] updated readme with dependencies instructions added some information about the dependencies until we fix cargo dependencies. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 633c7cda48..bcb89473ea 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,11 @@ The built binary can be found at `target/release/nym-mixnode` * `nym-mixnode run --layer 1` will start the mixnode in layer 1 (coordinate with other people to find out which layer you need to start yours in) By default, the Nym Mixnode will start on port 1789. If desired, you can change the port using the `--port` option. + +### Dependencies + +It's important to download the following repositories before building the mixnode: + +* https://github.com/nymtech/nym-client +* https://github.com/nymtech/nym-sfw-provider +* https://github.com/nymtech/sphinx