Skip to content

Commit

Permalink
make git commands more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpark8 committed Oct 8, 2024
1 parent 762fd99 commit e0db6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/starter/servo/part1-pwm.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You now have the URL you need to clone the project.

Clone the project onto your local computer by running the following command in your terminal:
```sh
git clone <URL copied in above step>
git clone link-copied-in-above-step
```

Enter the directory:
Expand All @@ -49,7 +49,7 @@ cd mrover-esw

Then, create a new branch for yourself
```sh
git checkout -b <starter/your-name>
git checkout -b starter/your-first-name
```

Open STM32CubeIDE and open the Servo ***Part 1*** starter project (the directory named `p1-pwm`). Follow the following
Expand Down

0 comments on commit e0db6b9

Please sign in to comment.