mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-10 15:09:50 +08:00
25 lines
321 B
Markdown
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
|
|
```
|