diff --git a/README.rst b/README.rst index 069ce2c1d60278551c3b4097e8fd949cc3c0d610..bed28a2d4fe780c7986b9bb90039ca9b8758c2d7 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