Skip to content

Commit efe082e

Browse files
committed
Small README.md improvement
1 parent 2cc9022 commit efe082e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
cd <project_root>
1515
cmake -S . -B cmake-build
1616
cmake --build cmake-build --target install
17-
./dist/SunRay
17+
cd dist
18+
./SunRay
1819
```
1920

2021
Additional Flags:

0 commit comments

Comments
 (0)