Revise install instructions with latest project structure (#4139)

This commit is contained in:
Thomas Boyer-Chammard 2025-09-11 14:51:08 -07:00 committed by GitHub
parent 4f381110a1
commit 054c51ad3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,10 +57,10 @@ The entrypoint to developing with F´ is creating a new project. This will clone
fprime-bootstrap project fprime-bootstrap project
``` ```
This command will ask for some input. Sample responses are below: This command will ask for some input. Sample responses are below:
``` ```
[1/1] Project name (MyProject): MyProject [1/2] Project repository name [my-fprime-project]: my-project
[2/2] Project top-level namespace [MyFprimeProject]: MyProject
``` ```
1. This commands perform the following actions: 1. This commands perform the following actions:
@ -73,7 +73,7 @@ This command will ask for some input. Sample responses are below:
Once the project is created, activate the virtual environment to use the F´ tool suite. Once the project is created, activate the virtual environment to use the F´ tool suite.
``` ```
cd MyProject cd my-project
. fprime-venv/bin/activate . fprime-venv/bin/activate
``` ```
> [!WARNING] > [!WARNING]