Skip to content

Commit

Permalink
bump Sublime Text to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed May 13, 2016
1 parent ed5c9de commit d9e5a6e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# NSIS Bundle for Sublime Text 2
# NSIS Bundle for Sublime Text 3

NSIS (Nullsoft Scriptable Install System) is an open source program and scripting language to create Windows installers. This plugin aids in the creation of such scripts/installers.

This package is compatible with Sublime Text 3 (Build 3103 or higher). Click [here](https://github.com/SublimeText/NSIS/tree/st2-master) for the Sublime Text 2 version of this package.

## Screenshots

Expand All @@ -12,19 +13,19 @@ NSIS (Nullsoft Scriptable Install System) is an open source program and scriptin

Easiest way to install the plugin is to use [Package Control](http://wbond.net/sublime_packages/package_control).

Alternatively you can git clone directly into `Packages` directory in the Sublime Text 2 application settings area.
Alternatively you can git clone directly into `Packages` directory in the Sublime Text 3 application settings area.

### Using Git

Go to your Sublime Text 2 `Packages` directory and clone the repository using the command below:
Go to your Sublime Text 3 `Packages` directory and clone the repository using the command below:

git clone https://github.com/SublimeText/NSIS "NSIS"

### Download Manually

* Download the files using the GitHub .zip download option
* Unzip the files and rename the folder to `NSIS`
* Copy the folder to your Sublime Text 2 `Packages` directory
* Copy the folder to your Sublime Text 3 `Packages` directory

## Portable NSIS support

Expand Down

0 comments on commit d9e5a6e

Please sign in to comment.