conan-tweetnacl

README.md

            --- actual
+++ expected
@@ -1,18 +1,37 @@
-[![Download](https://api.bintray.com/packages/conan-community/conan/tweetnacl%3Aconan/images/download.svg) ](https://bintray.com/conan-community/conan/tweetnacl%3Aconan/_latestVersion)
-[![Build Status Travis](https://travis-ci.org/conan-community/conan-tweetnacl.svg)](https://travis-ci.org/conan-community/conan-tweetnacl)
-[![Build Status AppVeyor](https://ci.appveyor.com/api/projects/status/github/conan-community/conan-tweetnacl?svg=true)](https://ci.appveyor.com/project/ConanCIintegration/conan-tweetnacl)
-
-## Package Deprecation Notice
-
-This package has been moved to [Conan Center Index](https://github.com/conan-io/conan-center-index).
-
-Bincrafters will keep this version of the package on Github and Bintray, however it will no longer be maintained or supported.
-Users are advised to update their projects to use the official Conan package maintained by Conan Center Index.
 
 
-## Conan Recipe License
 
-NOTE: The conan recipe license applies only to the files of this recipe, which can be used to build and package tweetnacl.
-It does *not* in any way apply or is related to the actual software being packaged.
+[![Build Status](https://travis-ci.org/conan-community/conan-tweetnacl.svg?branch=stable/20140427)](https://travis-ci.org/conan-community/conan-tweetnacl/builds/642941446)
+[![Build Status](None)](None)
 
-[MIT](LICENSE)
+
+# conan-tweetnacl
+
+
+
+[Conan](https://bintray.com/conan-community/conan/tweetnacl%3Aconan/20140427%3Astable) package for conan-tweetnacl library.
+
+
+## Basic setup
+
+    $ conan install tweetnacl/20140427@conan/stable
+    
+## Project setup
+
+If you handle multiple dependencies in your project is better to add a *conanfile.txt*
+    
+    [requires]
+    tweetnacl/20140427@conan/stable
+
+    [options]
+    
+    [generators]
+    cmake
+
+Complete the installation of requirements for your project running:
+
+    conan install . 
+
+Project setup installs the library (and all his dependencies) and generates the files *conanbuildinfo.cmake* with all the 
+paths and variables that you need to link with your dependencies.
+