Skip to content

Commit

Permalink
Renamed ralessons to lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
justintanner committed Oct 21, 2024
1 parent caffd26 commit 4897168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Once you see a successful message, you can continue to the next step.
First, let's make sure we are in the correct directory:

```bash
cd ~/ralessons/ra-103
cd ~/lessons/ra-103
```

If you don't have the lesson, clone the repo.

```bash
gh repo clone ~/ralessons/ra-103
gh repo clone ~/lessons/ra-103
```

Next, we'll create a personal branch to work out of named after your Github username:
Expand All @@ -51,7 +51,7 @@ gh api user --jq '.login'
After that you should see a terminal like:

```bash
~/ralessons/ra-103 [github_username]
~/lessons/ra-103 [github_username]
$ _
```

Expand Down

0 comments on commit 4897168

Please sign in to comment.