Edit docs
This commit is contained in:
parent
df34c10d47
commit
ae278e42ad
13
README.md
13
README.md
@ -34,17 +34,10 @@ Dust is an interpreted, strictly typed language with first class functions. It e
|
||||
- [Dust](#dust)
|
||||
- [Features](#features)
|
||||
- [Usage](#usage)
|
||||
- [Dust Language](#dust-language)
|
||||
- [Installation](#installation)
|
||||
- [Benchmarks](#benchmarks)
|
||||
- [Implementation](#implementation)
|
||||
- [The Dust Programming Language](#the-dust-programming-language)
|
||||
- [Declaring Variables](#declaring-variables)
|
||||
- [Lists](#lists)
|
||||
- [Maps](#maps)
|
||||
- [Loops](#loops)
|
||||
- [Functions](#functions)
|
||||
- [Option](#option)
|
||||
- [Concurrency](#concurrency)
|
||||
- [Acknowledgements](#acknowledgements)
|
||||
<!--toc:end-->
|
||||
|
||||
@ -82,6 +75,10 @@ Options:
|
||||
-V, --version Print version
|
||||
```
|
||||
|
||||
## Dust Language
|
||||
|
||||
See [Language Reference](/docs/language.md) for more information.
|
||||
|
||||
## Installation
|
||||
|
||||
You must have the default rust toolchain installed and up-to-date. Install [rustup] if it is not already installed. Run `cargo install dust-lang` then run `dust` to start the interactive shell. Use `dust --help` to see the full command line options.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# The Dust Programming Language
|
||||
# Dust Language Reference
|
||||
|
||||
!!! This is a **work in progress** and has incomplete information. !!!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user