diff --git a/readme.md b/readme.md index 034bcf3..c9b991c 100644 --- a/readme.md +++ b/readme.md @@ -1,25 +1,10 @@ -# [Pivot][pivot-site] +# Pivot -Pivot is a new programming language built on [JavaScript][javascript-site] by [ElementG9][elementg9-user]. Pivot is currently in the alpha stage of development. +Pivot is a new programming language built with Rust by Garen Tyler. Pivot is currently in the alpha stage of development. --- ### Installation -* Download or clone [the GitHub repository][pivot-repo]. -* Download [node.js][nodejs-site]. -* Run _pivot.js_ with `node pivot.js`. - ---- - -### Documentation - -The Pivot documentation is at [https://garentyler.com/pivot/docs][pivot-docs]. - -[Fork me daddy](https://www.amazon.com/s?k=fork) - -[elementg9-user]: https://github.com/ElementG9/ -[pivot-site]: https://garentyler.com/pivot/ -[pivot-docs]: https://garentyler.com/pivot/docs/ -[pivot-repo]: https://github.com/ElementG9/Pivot/ -[javascript-site]: https://javascript.com/ -[nodejs-site]: https://nodejs.org/ +* Download the repo with `git clone https://github.com/ElementG9/pivot`. +* Install [Rust][https://www.rust-lang.org/]. +* Run with `cargo run `.