Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Commit

Permalink
fix clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Aug 30, 2021
1 parent 7c83605 commit 26fc36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ https://smiskol.com/fork/sshane
```
cd /data/
mv openpilot openpilot.old # or equivalent
git clone -b SA-master --depth 1 https://github.com/sshane/openpilot
git clone -b SA-master --depth 1 --recurse-submodules https://github.com/sshane/openpilot
sudo reboot
```

Expand Down

0 comments on commit 26fc36d

Please sign in to comment.