File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ To get started:
20
20
space.] ( https://replit.com/@Makers-Academy/The-Perfect-Crab-Introduction-to-Programming )
21
21
** If you're reading this, you've already done this and you can move on to the
22
22
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
24
24
interface you will use to learn.
25
25
3 . Sign up for a new replit account, or log in if you have one already.
26
26
4 . Replit will open this file again in your own account.
@@ -35,7 +35,7 @@ this process:
35
35
link] ( https://replit.com/@Makers-Academy/The-Perfect-Crab-Introduction-to-Programming ) .
36
36
Make sure you click it, don't just press the back button or assume you're on
37
37
it already.
38
- 3 . Click the green 'Fork & Run ' button on the right.
38
+ 3 . Click the green 'Fork' button on the right.
39
39
40
40
⚙️ ** If you prefer to use your own local development setup**
41
41
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
THIS_DIR=" $( dirname -- " ${BASH_SOURCE[0]} " ) "
4
- cp $THIS_DIR /.bashrc ~ /.bashrc
5
4
6
5
BLUE=' \033[1;34m'
7
6
RED=' \033[1;31m'
You can’t perform that action at this time.
0 commit comments