From 48dec2b72386e8063f08e06285fde31eb0e0d87d Mon Sep 17 00:00:00 2001 From: Esteban Duran Date: Mon, 26 Jul 2021 14:12:29 -0500 Subject: [PATCH] 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 --- docs/Tutorials/GettingStarted/Tutorial.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/Tutorials/GettingStarted/Tutorial.md b/docs/Tutorials/GettingStarted/Tutorial.md index 335629683e..12496ec8c2 100644 --- a/docs/Tutorials/GettingStarted/Tutorial.md +++ b/docs/Tutorials/GettingStarted/Tutorial.md @@ -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.