add readme with build status

partly https://github.com/kichik/nsis/pull/1

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6866 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2017-06-05 00:34:48 +00:00
parent b558dea54d
commit 87980a831a

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# NSIS
[![Build Status](https://travis-ci.org/kichik/nsis.svg?branch=master)](https://travis-ci.org/kichik/nsis)
NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
## External Links
* [Simple tutorial](http://nsis.sourceforge.net/Simple_tutorials)
* [NSIS Homepage](http://nsis.sourceforge.net/)
* [User Manual](http://nsis.sourceforge.net/Docs/)