Skip to content

Commit 8030d43

Browse files
Merge pull request #9 from codecrafters-io/sync
Sync with languages repo
2 parents 1eb7723 + 6b57e5f commit 8030d43

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ uncomment the relevant code, and push your changes to pass the first stage:
1515

1616
```sh
1717
git add .
18-
git commit -m "pass the first stage"
18+
git commit -m "pass 1st stage" # any msg
1919
git push origin master
2020
```
2121

2222
That's all!
2323

24-
# Setup for stages 2 & beyond
24+
# Stage 2 & beyond
25+
26+
Note: This section is for stages 2 and beyond.
2527

2628
1. Ensure you have `cargo (1.54)` installed locally
2729
1. Run `./spawn_redis_server.sh` to run your Redis server, which is implemented

0 commit comments

Comments
 (0)