Skip to content

Commit

Permalink
docs: Update Incorrect Ref Executable Path (#869)
Browse files Browse the repository at this point in the history
* docs: Update Incorrect Ref Executable Path

#864

* docs: Remove Non-Existent Install Instructions

#864

Co-authored-by: Esteban Duran <esteban.duran@emergentspace.com>
  • Loading branch information
astroesteban and Esteban Duran authored Jul 26, 2021
1 parent d589f0a commit 48dec2b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/Tutorials/GettingStarted/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,18 +204,11 @@ cd fprime/Ref
fprime-util build raspberrypi
```

## Installing the F´ Executable and Dictionaries

Once the deployment is built, it would be nice to be able to install the binary and dictionaries. This will enable the users to
quickly find and run the deployment. This installation can be run using the following command. Everything will be installed to
the directory defining the deployment. i.e. `fprime/Ref/bin`. Install will also invoke `build` so users should use this in-place
of build for deployments.

**Installing the Ref Deployment and Running the Binary Assuming Linux**
**Running the Binary Assuming Linux**
```
cd fprime/Ref
fprime-util build
./bin/Linux/Ref # Run the deployment
./build-artifacts/Linux/bin/Ref # Run the deployment
CTRL-C # Exit the application
```
Running the application as part of the development ground data system is shown below.
Expand Down

0 comments on commit 48dec2b

Please sign in to comment.