-
Notifications
You must be signed in to change notification settings - Fork 741
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from takuma-yoneda/takuma
A small addition to readme
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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 | ||
|
||
|