Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlice authored Jun 17, 2020
1 parent e2ff0c3 commit b590892
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
```

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b590892

Please sign in to comment.