Skip to content

Commit 48dec2b

Browse files
astroestebanEsteban Duran
andauthored
docs: Update Incorrect Ref Executable Path (#869)
* docs: Update Incorrect Ref Executable Path #864 * docs: Remove Non-Existent Install Instructions #864 Co-authored-by: Esteban Duran <esteban.duran@emergentspace.com>
1 parent d589f0a commit 48dec2b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

docs/Tutorials/GettingStarted/Tutorial.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -204,18 +204,11 @@ cd fprime/Ref
204204
fprime-util build raspberrypi
205205
```
206206

207-
## Installing the F´ Executable and Dictionaries
208-
209-
Once the deployment is built, it would be nice to be able to install the binary and dictionaries. This will enable the users to
210-
quickly find and run the deployment. This installation can be run using the following command. Everything will be installed to
211-
the directory defining the deployment. i.e. `fprime/Ref/bin`. Install will also invoke `build` so users should use this in-place
212-
of build for deployments.
213-
214-
**Installing the Ref Deployment and Running the Binary Assuming Linux**
207+
**Running the Binary Assuming Linux**
215208
```
216209
cd fprime/Ref
217210
fprime-util build
218-
./bin/Linux/Ref # Run the deployment
211+
./build-artifacts/Linux/bin/Ref # Run the deployment
219212
CTRL-C # Exit the application
220213
```
221214
Running the application as part of the development ground data system is shown below.

0 commit comments

Comments
 (0)