From d7a56d6dd0faf015ceae4bd9ac30b4be70bf33e0 Mon Sep 17 00:00:00 2001 From: ElementG9 Date: Mon, 24 Aug 2020 21:01:18 -0600 Subject: [PATCH] Update readme --- readme.md | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/readme.md b/readme.md index 034bcf3..68fef4d 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 `.