mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-25 19:22:01 +03:00
commit
54dae5db3b
11
README.md
11
README.md
@ -17,8 +17,7 @@ Leo is a functional, statically-typed programming language built for writing pri
|
||||
* [1. Overview](#1-overview)
|
||||
* [2. Build Guide](#2-build-guide)
|
||||
* [2.1 Install Rust](#21-install-rust)
|
||||
* [2.2a Build from Crates.io](#22a-build-from-cratesio)
|
||||
* [2.2b Build from Source Code](#22b-build-from-source-code)
|
||||
* [2.2 Build from Source Code](#22-build-from-source-code)
|
||||
* [3. Quick Start](#3-quick-start)
|
||||
* [4. Documentation](#4-documentation)
|
||||
* [5. Contributing](#5-contributing)
|
||||
@ -66,13 +65,13 @@ We recommend installing Leo by building from the source code as follows:
|
||||
git clone https://github.com/AleoHQ/leo
|
||||
cd leo
|
||||
|
||||
# Build in release mode
|
||||
$ cargo build --release
|
||||
# Install 'leo'
|
||||
$ cargo install --path .
|
||||
```
|
||||
|
||||
This will generate an executable under the `./target/release` directory. To run Leo, run the following command:
|
||||
Now to use leo, in your terminal, run:
|
||||
```bash
|
||||
./target/release/leo
|
||||
leo
|
||||
```
|
||||
|
||||
## 3. Quick Start
|
||||
|
Loading…
Reference in New Issue
Block a user