]> Trent Huber's Code - xpmview.git/commitdiff
Updated README.md
authorTrent Huber <trentmhuber@gmail.com>
Sat, 9 Nov 2024 00:33:21 +0000 (19:33 -0500)
committerTrent Huber <trentmhuber@gmail.com>
Sat, 9 Nov 2024 00:33:21 +0000 (19:33 -0500)
README.md

index 95530b3c057b2b3d1bb0503a20a033593d290bd2..d789ab19b2ed5dbfd7dabcba38bc6e6e422a3be4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,9 +9,8 @@ To build the program, all you need is `git` (which you obviously have if you're
 ```console
 $ git clone https://github.com/trenthuber/simplexpm.git
 $ cd simplexpm
-$ git submodule update --init --recursive
-$ cc -o cbs cbs.c
-$ ./cbs
+$ git submodule update --init
+$ cc -o cbs cbs.c && ./cbs
 ```
 
 This will update all submodules (I use [Raylib](https://www.raylib.com) and my own C build system [cbs](https://github.com/trenthuber/cbs.git)) and then build and run the program.