Skip to content

Commit ff2ed68

Browse files
authored
Update README.md
1 parent 998b7b0 commit ff2ed68

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ west sdk install
4949

5050
## Running the code
5151

52-
if its the first time or you are updating and adding components and ports, run generate from the `proves-core-reference` directory. When you regenerate append a -f, this will purge the previous deployment
52+
Run generate from the `proves-core-reference` directory. This generates the build cache for FPrime. When you regenerate, append a -f, this will purge the previous deployment. You only need to do generate if something in the core FPrime package has changes
5353
```
5454
fprime-util generate
5555
```
@@ -60,16 +60,15 @@ Then, and everytime you change code, run
6060
fprime-util build
6161
```
6262

63-
Next, plug in your board! You want to find the location of the board on your computer. It should be called something like RP2350 but you want to find the path to to
63+
Next, plug in your board! You want to find the location of the board on your computer. It should be called something like RP2350 but you want to find the path to it
6464

6565
For Mac:
6666
```
6767
ls -lah /Volumes
6868
```
6969

70-
7170
For Windows:
72-
Check the letter said to be the mount (ex D)
71+
Check the letter said to be the mount (ex /d/)
7372

7473
For Linux:
7574
```

0 commit comments

Comments
 (0)