You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GettingStarted.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ Note that the instructions for Conda and Micromamba are virtually identical apar
203
203
204
204
Open the newly created pixi.toml in your favourite text editor and paste the below configuration into the file (overwriting the configuration created by `pixi init`):
205
205
```toml title="pixi.toml"
206
-
[project]
206
+
[workspace]
207
207
name = "robostack"
208
208
description = "Development environment for RoboStack ROS packages"
0 commit comments