From b5cd240ee66fb4f79a059501972b9651e52aa5d6 Mon Sep 17 00:00:00 2001 From: Maddie <32415621+SpyHoodle@users.noreply.github.com> Date: Mon, 7 Nov 2022 07:32:03 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8cc4e9..0f2d1b6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The main goal is to build the best text editor possible by taking ideas from exi ## Getting started 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 cargo run # Build and run lambda! ```