Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A small addition to readme #87

Open
wants to merge 1 commit into
base: mooc2022
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ Then clone your new repository, replacing your GitHub username in the command be

git clone -b mooc2022 [email protected]:<your_username>/duckietown-lx

Now, change directory to `duckietown-lx`

cd duckietown-lx

## Step 4 - Set up the remote

Now we will configure the Duckietown version of this repository as the upstream repository to sync with your fork.
Expand Down Expand Up @@ -98,7 +102,7 @@ work to the [challenges server](https://challenges.duckietown.org/) to evaluate
# Instructions

**NOTE:** All commands below are intended to be executed from the root directory of a single exercise (e.g., the
`braitenberg` directory).
`braitenberg` directory; you should run `cd braitenberg`).

## 1. Make sure your folder is up-to-date

Expand Down