Skip to content

Commit

Permalink
correct Readme.md and ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MEKBAL committed Apr 11, 2024
1 parent 3b955e1 commit 9b94a40
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ Changing the rounding mode was possible thanks to the implementation of the libr
- [jinja2](https://jinja.palletsprojects.com/en/2.10.x/)
- [pytest](https://docs.pytest.org/en/7.2.x/)

## Installation for Linux
## Installation

First clone the repository.

Then, go inside the repository then configure and build the project and finally run the tests.

To do so, run via your command line on Linux or your powershell on Windows:
## Installation for Linux

Run via your command line on Linux :

```shell
cd [PENE repository]
Expand All @@ -32,7 +34,9 @@ make
ctest -C Debug --output-on-failure
```

## Installation for Windows
## Installation for Windows

Run via your command line on your powershell on Windows :

```shell
cd [PENE repository]
Expand Down

0 comments on commit 9b94a40

Please sign in to comment.