From 790e60d23f54f309e8948cb8ebc557d8553e6c3f Mon Sep 17 00:00:00 2001 From: Amber Date: Wed, 6 Aug 2025 20:14:09 -0400 Subject: [PATCH] fix format error in README.md (i have to be more careful checking these things) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25a6fc8..84c1d8b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a simple bbs program written in c. The way it is meant to work is that a `bbs` depends only upon `ncurses`. -Run `make generate` to generate `version.c`, then make to build. Build files will be in `build/` and the executable `bbs` will be in the root of the repo. +Run `make generate` to generate `version.c`, then `make` to build. Build files will be in `build/` and the executable `bbs` will be in the root of the repo. `make run` will build and run the program, and `make clean` will clean up the `build/` directory.