Update README according to the new version

This commit is contained in:
Romain Thomas 2017-04-07 09:33:29 +02:00
parent 652ea722ca
commit aa046556fe

View File

@ -16,7 +16,7 @@
</a>
&nbsp;
<a href="https://github.com/lief-project/LIEF/releases">
<img src="https://img.shields.io/badge/release-0.6.0-brightgreen.svg?style=default">
<img src="https://img.shields.io/badge/release-0.6.1-brightgreen.svg?style=default">
</a>
</p>
@ -30,6 +30,13 @@ Main features:
* **Abstract**: Three formats have common features like sections, symbols, entry point... LIEF factors them.
* **API**: LIEF can be used in C, C++ and Python
## Downloads / Install
Pre-built packages are automatically generated and uploaded by continuous integration services.
Latest version can be downloaded in [Release](https://github.com/lief-project/LIEF/releases) section.
## Getting started
### Python