Skip to content

Commit

Permalink
Updated installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 16, 2024
1 parent d61f7bb commit 70175ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ Accessing essential system information is vital for system-level applications, a

## Installation

On GNU/Linux systems, you can simply change the working directory to ladivic, type the following to your terminal:

```bash
sudo chmod +x install.sh
sudo ./install.sh
```

This will install the ladivic header files to the header path.

---

To incorporate Ladivic into your C++ project, follow these simple steps:

1. Clone the Ladivic repository to your local machine:
Expand Down

0 comments on commit 70175ad

Please sign in to comment.