Skip to content

Commit e6aaecb

Browse files
authoredOct 6, 2024
Merge pull request #41 from makersacademy/updates-to-handle-recent-replit-changes
Updates to handle recent Replit changes
2 parents 2cb973d + bc5eefc commit e6aaecb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎000_START_HERE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To get started:
2020
space.](https://replit.com/@Makers-Academy/The-Perfect-Crab-Introduction-to-Programming)
2121
**If you're reading this, you've already done this and you can move on to the
2222
line below.**
23-
2. Click the 'Fork & Run' button on the right. This will open up the programming
23+
2. Click the 'Fork' button on the right. This will open up the programming
2424
interface you will use to learn.
2525
3. Sign up for a new replit account, or log in if you have one already.
2626
4. Replit will open this file again in your own account.
@@ -35,7 +35,7 @@ this process:
3535
link](https://replit.com/@Makers-Academy/The-Perfect-Crab-Introduction-to-Programming).
3636
Make sure you click it, don't just press the back button or assume you're on
3737
it already.
38-
3. Click the green 'Fork & Run' button on the right.
38+
3. Click the green 'Fork' button on the right.
3939

4040
⚙️ **If you prefer to use your own local development setup**
4141

‎lib/intro.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

33
THIS_DIR="$(dirname -- "${BASH_SOURCE[0]}")"
4-
cp $THIS_DIR/.bashrc ~/.bashrc
54

65
BLUE='\033[1;34m'
76
RED='\033[1;31m'

0 commit comments

Comments
 (0)