From ea4a6b7611a22ff3491a6038c670f503ae14a678 Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Tue, 15 Feb 2022 14:23:41 +0000 Subject: [PATCH] Syncing with codecrafters-io/languages Created by https://github.com/codecrafters-io/languages --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74e4898..f5df90d 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,15 @@ uncomment the relevant code, and push your changes to pass the first stage: ```sh git add . -git commit -m "pass the first stage" +git commit -m "pass 1st stage" # any msg git push origin master ``` Time to move on to the next stage! -# Setup for stages 2 & beyond +# Stage 2 & beyond + +Note: This section is for stages 2 and beyond. 1. Ensure you have `cargo (1.54)` installed locally 1. Run `./your_sqlite3.sh` to run your program, which is implemented in