فهرست منبع

Update README

rexim 2 سال پیش
والد
کامیت
c25ace99a5
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -66,7 +66,7 @@ $ ./build/test run
 If the expected behavior of the library has changed in the way that breaks current test cases, you probably want to update them:
 If the expected behavior of the library has changed in the way that breaks current test cases, you probably want to update them:
 
 
 ```console
 ```console
-$ ./build/test record
+$ ./build/test update
 ```
 ```
 
 
 For more info see the help:
 For more info see the help:
@@ -86,13 +86,13 @@ The source code for demos is located at [demos](./demos/). Each demo is compiled
 To run the SDL version of a demo do
 To run the SDL version of a demo do
 
 
 ```console
 ```console
-$ ./build/<demo>.sdl
+$ ./build/demos/<demo>.sdl
 ```
 ```
 
 
 To run the Terminal version of a demo do
 To run the Terminal version of a demo do
 
 
 ```console
 ```console
-$ ./build/<demo>.term
+$ ./build/demos/<demo>.term
 ```
 ```
 
 
 To run the WASM versions of the demos from [https://tsoding.github.io/olive.c/](https://tsoding.github.io/olive.c/) locally do
 To run the WASM versions of the demos from [https://tsoding.github.io/olive.c/](https://tsoding.github.io/olive.c/) locally do