-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 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 |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# FCND-Simulator-Releases | ||
Binaries for FCND-Simulator | ||
|
||
Binaries for FCND-Simulator. Download the binary for your platform from the [releases tab](https://github.com/udacity/FCND-Simulator-Releases/releases). | ||
|
||
### Linux Troubleshooting | ||
|
||
The Linux binary may not have executable permission depending on your OS. To change this navigate to the binary file in the terminal and type the following command: | ||
|
||
```sh | ||
# executable permissions | ||
chmod +x name_of_file | ||
``` |