Skip to content

Commit

Permalink
small readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectraL519 committed Feb 9, 2024
1 parent f99f8b6 commit 43cd8c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CPP-AP
Command-line argument parser for C++20

[![g++](https://github.com/SpectraL519/cpp-ap/actions/workflows/gpp.yaml/badge.svg)](https://github.com/SpectraL519/cpp-ap/actions/workflows/gpp)
[![g++](https://github.com/SpectraL519/cpp-ap/actions/workflows/gpp.yaml/badge.svg)](https://github.com/SpectraL519/cpp-ap/actions/workflows/g++)
[![test](https://github.com/SpectraL519/cpp-ap/actions/workflows/test.yaml/badge.svg)](https://github.com/SpectraL519/cpp-ap/actions/workflows/test)

<br />
Expand Down Expand Up @@ -416,7 +416,6 @@ The examples' source files are in the `<project-root>/example/src` directory.
Building the examples:

```shell
cd <project-root>/example
cmake -B build
cd build
make
Expand All @@ -425,7 +424,6 @@ make
or

```shell
cd <project-root>/example
mkdir build && cd build
cmake ..
make
Expand Down

0 comments on commit 43cd8c1

Please sign in to comment.