Browse Source

Update clarinet installation method

feat/running-mainnet
Friedger Müffke 4 years ago
committed by Patrick Gray
parent
commit
fac3f4f43c
  1. 8
      src/pages/write-smart-contracts/clarinet.md

8
src/pages/write-smart-contracts/clarinet.md

@ -22,12 +22,8 @@ and testing on a live blockchain, and deploying the final contract to the mainne
## Installing Clarinet
The best way to install Clarinet is through the Rust package manager, Cargo. If you have a working installation of
[Rust](https://www.rust-lang.org/tools/install), use the following command to install Clarinet.
```sh
cargo install clarinet --locked
```
You can download a release from [github/hirosystems/clarinet](https://github.com/hirosystems/clarinet/releases/latest) or
try installing it from source code as described [here](https://github.com/hirosystems/clarinet#install-from-source-using-cargo).
## Developing a Clarity smart contract

Loading…
Cancel
Save