Update readme

This commit is contained in:
ElementG9 2020-08-24 21:01:18 -06:00
parent 20f4fffe75
commit dafe1e24c6

View File

@ -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 ### Installation
* Download or clone [the GitHub repository][pivot-repo]. * Download the repo with `git clone https://github.com/ElementG9/pivot`.
* Download [node.js][nodejs-site]. * Install [Rust][https://www.rust-lang.org/].
* Run _pivot.js_ with `node pivot.js`. * Run with `cargo run <filename>`.
---
### 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/