From: Trent Huber Date: Sat, 9 Nov 2024 00:33:21 +0000 (-0500) Subject: Updated README.md X-Git-Url: https://trenthuber.com/code?a=commitdiff_plain;h=e44e43c785ab719b48dadc90e28626517755455b;p=xpmview.git Updated README.md --- diff --git a/README.md b/README.md index 95530b3..d789ab1 100644 --- 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.