Skip to content

Commit 054c51a

Browse files
authored
Revise install instructions with latest project structure (#4139)
1 parent 4f38111 commit 054c51a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started/installing-fprime.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ The entrypoint to developing with F´ is creating a new project. This will clone
5757
fprime-bootstrap project
5858
```
5959

60-
6160
This command will ask for some input. Sample responses are below:
6261
```
63-
[1/1] Project name (MyProject): MyProject
62+
[1/2] Project repository name [my-fprime-project]: my-project
63+
[2/2] Project top-level namespace [MyFprimeProject]: MyProject
6464
```
6565

6666
1. This commands perform the following actions:
@@ -73,7 +73,7 @@ This command will ask for some input. Sample responses are below:
7373
Once the project is created, activate the virtual environment to use the F´ tool suite.
7474

7575
```
76-
cd MyProject
76+
cd my-project
7777
. fprime-venv/bin/activate
7878
```
7979
> [!WARNING]

0 commit comments

Comments
 (0)