Skip to content

Commit

Permalink
Clarify user name
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbl committed Sep 16, 2024
1 parent 9e177ec commit 34339c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _labs/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ layout: lab
Use the GitHub Classroom link posted in the Learning Suite for the lab to accept the assignment. Next, `ssh` into your Raspberry Pi and clone the repository into your Raspberry Pi's home directory. This lab must be done on your Raspberry Pi. As a reminder, to `ssh` into your Rapsberry Pi, plug it in, and run this command on the terminal of your lab computer:

```bash
ssh [your-user-name]@doorbell-[your-netid].local
ssh [your-netid]@doorbell-[your-netid].local
```

Fill in your username and NetID with your information. To clone the repository, follow the instructions on the [Lab Setup]({% link _pages/lab_setup.md %}) page.
Fill in your NetID in the command. To clone the repository, follow the instructions on the [Lab Setup]({% link _pages/lab_setup.md %}) page.

**This lab should be done in the terminal, not VSCode.**

Expand Down

0 comments on commit 34339c3

Please sign in to comment.