Skip to content

Commit af7b83e

Browse files
committed
fix typo in getting started
1 parent 2c8059a commit af7b83e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ For compiler, we will use `gcc` as an example.
123123
```
124124
Now we can run the executable,
125125
```bash
126-
./project
126+
./build/project
127127
```
128128
</Tabs.Tab>
129129
</Tabs>

0 commit comments

Comments
 (0)