Skip to content

Commit

Permalink
updated readme on what the yarn.lock files are for
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathews2115 committed Mar 13, 2022
1 parent cb71bc8 commit 550dba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ node -v
3. `cp yarn.lock.rpi_64 yarn.lock`
4. `yarn`

### Notes on Yarn.lock
* yarn.lock - Linux desktop file
* yarn.lock.rpi - 32 Bit version of raspi
* yarn.lock.rpi_64 - x64 version of raspi <- current for raspberry pi 4

## Simulate CAN in dev on the Pi
1. Start Dev CAN service `RPI_system/prepare_dev.sh`
1. see that file to configure what canfile to run
Expand Down

0 comments on commit 550dba5

Please sign in to comment.