File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
docs/Tutorials/GettingStarted Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -204,18 +204,11 @@ cd fprime/Ref
204204fprime-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```
216209cd fprime/Ref
217210fprime-util build
218- ./bin /Linux/Ref # Run the deployment
211+ ./build-artifacts /Linux/bin /Ref # Run the deployment
219212CTRL-C # Exit the application
220213```
221214Running the application as part of the development ground data system is shown below.
You can’t perform that action at this time.
0 commit comments