Skip to content

Commit 9522975

Browse files
committed
remove a dot
1 parent cc01f4f commit 9522975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To build an ACF archive, run `acftool -b <indir>` or `acftool --build <indir>`.
6060
Dependencies: `clang` or `gcc`, and `make`
6161
1. If you don't already have them, install the dependencies
6262
2. Clone this repository by running `git clone https://github.com/SombrAbsol/acftool`, or [download the ZIP archive](https://github.com/SombrAbsol/acftool/archive/refs/heads/main.zip) and extract it
63-
3. Go to the repository directory and build the program by running `make`.
63+
3. Go to the repository directory and build the program by running `make`
6464

6565
> [!TIP]
6666
> Running `make` or `make release` will generate a release build. Builds available to download are built using this recipe. If you want to generate a native or a debug build, run `make native` or `make debug`. Native builds are optimized for your specific CPU for better performance but may not be compatible with other systems, while debug builds include debugging symbols that help diagnose issues but run slower.

0 commit comments

Comments
 (0)