From e7d93297713370586db74bf2376c2f994c127c68 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Tue, 22 Jun 2021 14:07:37 +0000 Subject: [PATCH] Add note about getting the PrivateStorageio environment first --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 069ce2c..bed28a2 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,11 @@ Currently, Stripe is supported. Building -------- +Get all the build dependencies with nix:: + + $ nix-shell PrivateStorageio/shell.nix # Might be needed depending on your system, see #88 + $ nix-shell PaymentServer/shell.nix + Build using Stack:: $ stack build -- GitLab