diff --git a/source/shared/setup-env.rst b/source/shared/setup-env.rst index aab5f74836..86b930b971 100644 --- a/source/shared/setup-env.rst +++ b/source/shared/setup-env.rst @@ -48,7 +48,7 @@ During Wasm installation in your system you should see something similar to belo .. image:: images/mint-wasm-install.png :width: 100% -Now you need to install the Concordium software package. ``cargo-concordium`` is the tool for developing smart contracts for the Concordium blockchain. It can be used for :ref:`compiling` and :ref:`testing` smart contracts, and enables features such as :ref:`building contract schemas`.:ref:`Click here` and download the version 2.2.0 or greater of ``cargo-concordium`` for your operating system. The tool is the same for both testnet and mainnet. +Now you need to install the Concordium software package. ``cargo-concordium`` is the tool for developing smart contracts for the Concordium blockchain. It can be used for :ref:`compiling` and :ref:`testing` smart contracts, and enables features such as :ref:`building contract schemas`. :ref:`Click here` and download the version 2.2.0 or greater of ``cargo-concordium`` for your operating system. The tool is the same for both testnet and mainnet. .. note::