-
Notifications
You must be signed in to change notification settings - Fork 18
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
4 additions
and
4 deletions.
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 |
---|---|---|
|
@@ -10,8 +10,8 @@ This repo is very much in active development! Expect it to evolve greatly over t | |
|
||
# Getting Started | ||
|
||
``` | ||
bash <(curl -fsSL install.emu.sh) | ||
```bash | ||
bash <(curl -fsSL install.emu.sh) # the brain of the bird | ||
source /home/.bashrc | ||
``` | ||
|
||
|
@@ -27,7 +27,7 @@ You should now be able to use the `emu` command. | |
|
||
Once you've installed, you can update via the utility | ||
|
||
``` | ||
```bash | ||
emu update | ||
``` | ||
|
||
|
@@ -57,7 +57,7 @@ The default directory of your bash/ssh session is now `/data/openpilot`. Much ea | |
|
||
While you're in a rw filesystem, you might as well edit your git config so you can push your changes up easily. | ||
|
||
``` | ||
```bash | ||
git config --global user.name "your_username" | ||
git config --global user.email "[email protected]" | ||
git config --global credential.helper store | ||
|