diff --git a/docs/src/getting-started/building/source.md b/docs/src/getting-started/building/source.md index 7018b65d..e73b3f8a 100644 --- a/docs/src/getting-started/building/source.md +++ b/docs/src/getting-started/building/source.md @@ -4,8 +4,8 @@ This guide will outline how to setup your environment to build the Polka Storage we cover how to build the binaries directly on your system or using [Nix](https://nixos.org/download/) to ease the process.
-Not all of the binaries can be built from polka-storage repository! -We depend on the zombienet and polkadot, polkadot-prepare-worker, polkadot-execute-worker binaries which need to be downloaded regardless. +Not all of the binaries can be built from the polka-storage repository! +We depend on the zombienet and polkadot, polkadot-prepare-worker, polkadot-execute-worker binaries which need to be downloaded regardless (if not using Nix).
* [Get the code](#get-the-code)