Skip to content

Commit f02a658

Browse files
committed
Tweak examples/README.md.
1 parent 2de6525 commit f02a658

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ First ensure ystdlib has been installed. For example, after
1212
cmake --install "./build" --prefix "./build/examples/ystdlib"
1313
```
1414

15-
To build the examples run:
15+
To build the examples, run:
1616

1717
```shell
1818
cmake -S "./examples" -B "./build/examples" -Dystdlib_ROOT="./build/examples/ystdlib"
@@ -30,3 +30,5 @@ Run the example program as follows:
3030
```shell
3131
./build/examples/debug/linking-tests
3232
```
33+
34+
On success, the exit code will be 0 with no output printed.

0 commit comments

Comments
 (0)