Skip to content

Commit

Permalink
📝 Update system/component cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Jan 28, 2024
1 parent 045286a commit 01797fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/getting_started/create_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Components are plain data structures (classes or structs) that contain data rele
Create a Position component with

```
bolt component -n position
bolt component position
```

which will add a new component to your workspace:
Expand Down
2 changes: 1 addition & 1 deletion src/getting_started/create_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Systems contain the logic that processes and manipulates entities based on their
Create a movement system with with

```
bolt system -n system-movement
bolt system system-movement
```

which will add a new system to your workspace:
Expand Down

0 comments on commit 01797fe

Please sign in to comment.