Skip to content

Commit 2c24b97

Browse files
fix: deployment should be created from 'hello-world/Hello' (#59)
* fix: deployment should be created from 'hello-world/Hello' * Make it unambiguous --------- Co-authored-by: Thomas Boyer-Chammard <49786685+thomas-bc@users.noreply.github.com>
1 parent 072417d commit 2c24b97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/hello-world.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,10 @@ F´ deployments represent one flight software executable. All the components we
377377
The deployment created here will contain the standard command and data handling stack. This stack enables
378378
ground control and data collection of the deployment.
379379

380-
To create a deployment, run the following commands:
380+
To create a deployment, `cd` into the `Hello` directory (this is the top-level namespace where project code should reside) and run the following:
381381
```bash
382382
# In: hello-world
383+
cd Hello/
383384
fprime-util new --deployment
384385
```
385386
This command will ask for some input. Respond with the following answers:

0 commit comments

Comments
 (0)