Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Herts committed May 22, 2024
1 parent 003cf96 commit 3a8c179
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

### Prerequisites

Ensure you have a C++20 compatible compiler.
Ensure you have a C++11 compatible compiler.

### Installation

Expand Down Expand Up @@ -139,6 +139,17 @@ Constructors

friend std::ostream& operator<<(std::ostream& os, const BigInt& num): Output stream.

### Build and Run Unit Tests

```bash
$ git clone https://github.com/SamHerts/BigInt.git
$ cd BigInt
$ cd tests
$ cmake .
$ make
$ ./BigInt_gtest
```

### Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.
Expand Down

0 comments on commit 3a8c179

Please sign in to comment.