Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-royer committed Mar 16, 2024
1 parent 28acd3a commit 6c964d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Presentation
NEVADA (NetCDF Explorer and Visualizer for Atmospheric Data Analysis) is a small software that allows to open and display bidimensionnal variables from NetCDF files.

This soft was designed to handle files around 300 Mo.
This soft was designed to handle files up to 300 Mo.

![](nevada_presentation.png)

Expand All @@ -19,6 +19,7 @@ To build and use NEVADA, you will need the following:
- netcdf >= 4.9.0
- gtk3
- SDL2
- gnuplot

### Installation
To install NEVADA, just follow these steps:
Expand All @@ -39,7 +40,7 @@ $ git pull
$ make
$ make install
```
Note that `make uninstall` isn't necessary (actually it allows to supress NEVADA from your system).
Note that `make uninstall` isn't necessary (actually it removes NEVADA from your system).

### Uninstall
To remove NEVADA from your system:
Expand Down

0 comments on commit 6c964d0

Please sign in to comment.