Skip to content

Commit

Permalink
added dependency info
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlnkp authored Apr 11, 2024
1 parent c6e5536 commit 6c47ad6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ A [**JSON library**](https://github.com/nlohmann/json) is made by [@nlohmann](ht
### Note
Website looks at your IP for the area you're located at. Using proxy or VPN will most likely yield incorrect results.

## Dependencies
1. Using your package manager install curl developer package.
- Ubuntu: `sudo apt-get install libcurl4-openssl-dev`
- Arch: `sudo pacman -S curl`

## Building
1. Clone the repository using `git clone https://github.com/alexlnkp/weatherscript.git`
2. `cd` into the cloned repository'
Expand Down

0 comments on commit 6c47ad6

Please sign in to comment.