update readme

This commit is contained in:
Maddie 2022-11-07 07:32:03 +00:00 committed by GitHub
parent a9a0931d1f
commit b5cd240ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ The main goal is to build the best text editor possible by taking ideas from exi
## Getting started ## Getting started
You'll need `cargo` (ideally from `rustup`) and an up to date version of `rust`. You'll need `cargo` (ideally from `rustup`) and an up to date version of `rust`.
``` ```bash
git clone https://github.com/SpyHoodle/lambda.git # Clone the repositiory git clone https://github.com/SpyHoodle/lambda.git # Clone the repositiory
cargo run # Build and run lambda! cargo run # Build and run lambda!
``` ```