fix format error in README.md (i have to be more careful checking these things)

This commit is contained in:
2025-08-06 20:14:09 -04:00
parent b2fcc087af
commit 790e60d23f

View File

@@ -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.