File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ The entrypoint to developing with F´ is creating a new project. This will clone
5757fprime-bootstrap project
5858```
5959
60-
6160This 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
66661 . This commands perform the following actions:
@@ -73,7 +73,7 @@ This command will ask for some input. Sample responses are below:
7373Once 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]
You can’t perform that action at this time.
0 commit comments