Files
stacks-puppet-node/docs/smart/install-source.md
Mary Anthony 1a782d04dd Syncing with changes made to docs
Signed-off-by: Mary Anthony <mary@blockstack.com>
2019-07-19 14:21:41 -07:00

25 lines
321 B
Markdown

---
layout: core
permalink: /:collection/:path.html
---
# Install Clarity from Source
Build using `rust` and `cargo`:
```bash
$ cargo build --release
```
Install globally (you may have to run as sudoer):
```bash
$ cargo install --path .
```
You should now be able to run the command:
```bash
$ blockstack-core
```