Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 22, 2016
1 parent 52ac52a commit e6094fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

[![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?style=flat-square)](http://opensource.org/licenses/MIT)
[![Apache License](https://img.shields.io/badge/license-Apache-orange.svg?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0)
[![GitHub](https://img.shields.io/github/release/NSIS-Dev/sublime-nsis.svg?style=flat-square)](https://github.com/NSIS-Dev/sublime-nsis/releases)
[![David](https://img.shields.io/david/dev/NSIS-Dev/sublime-nsis.svg?style=flat-square)](https://david-dm.org/NSIS-Dev/sublime-nsis#info=devDependencies)
[![Travis](https://img.shields.io/travis/NSIS-Dev/sublime-nsis.svg?style=flat-square)](https://travis-ci.org/NSIS-Dev/sublime-nsis)
[![GitHub](https://img.shields.io/github/release/NSIS-Dev/sublime-nsis-dev.svg?style=flat-square)](https://github.com/NSIS-Dev/sublime-nsis-dev/releases)
[![David](https://img.shields.io/david/dev/NSIS-Dev/sublime-nsis-dev.svg?style=flat-square)](https://david-dm.org/NSIS-Dev/sublime-nsis-dev#info=devDependencies)
[![Travis](https://img.shields.io/travis/NSIS-Dev/sublime-nsis-dev.svg?style=flat-square)](https://travis-ci.org/NSIS-Dev/sublime-nsis-dev)
[![Gitter](https://img.shields.io/badge/chat-Gitter-ff69b4.svg?style=flat-square)](https://gitter.im/NSIS-Dev/SublimeText)

A collection of useful [NSIS](http://nsis.sourceforge.net) packages for [Sublime Text](http://www.sublimetext.com/).

![Screenshot](https://raw.githubusercontent.com/NSIS-Dev/sublime-nsis/master/screenshot.png)
![Screenshot](https://raw.githubusercontent.com/NSIS-Dev/sublime-nsis-dev/master/screenshot.png)

This package has been tested and approved for Sublime Text 3 ([Build 3103](http://www.sublimetext.com/blog/articles/sublime-text-3-build-3103) or higher).

### Includes

* [NSIS Grammar](https://github.com/SublimeText/NSIS)
* [NSIS Language File Grammar](https://github.com/idleberg/sublime-nlf)
* [NSIS Completions](https://github.com/idleberg/sublime-nsis)
* [NSIS Completions](https://github.com/idleberg/sublime-nsis-dev)
* [Drunken NSIS Completions](https://github.com/idleberg/sublime-drunken-nsis)
* [Build System](https://github.com/idleberg/sublime-makensis)
* [Linter](https://github.com/idleberg/SublimeLinter-contrib-makensis)
Expand All @@ -28,7 +28,7 @@ This package has been tested and approved for Sublime Text 3 ([Build 3103](http:

The easiest way to install is via [Package Control](https://packagecontrol.io/).

1. Add our repository `https://nsis-dev.github.io/sublime-nsis/repository.json`
1. Add our repository `https://nsis-dev.github.io/sublime-nsis-dev/repository.json`
2. Choose “*Install package*” from the Command Palette (<kbd>Super</kbd>+<kbd>Shift</kbd>+<kbd>p</kbd>)
3. Select “*NSIS Developer*” and press <kbd>Enter</kbd>

Expand All @@ -39,12 +39,12 @@ With [auto_upgrade](http://wbond.net/sublime_packages/package_control/settings/)
Change to your Sublime Text `Packages` directory, then clone this repository:

```bash
$ git clone https://github.com/NSIS-Dev/sublime-nsis.git 'NSIS Developer'
$ git clone https://github.com/NSIS-Dev/sublime-nsis-dev.git 'NSIS Developer'
```

### Windows Installer

1. Download the [latest release](https://github.com/NSIS-Dev/sublime-nsis/releases)
1. Download the [latest release](https://github.com/NSIS-Dev/sublime-nsis-dev/releases)
2. Compile `Support/installer.nsi`
3. Run setup and follow instructions

Expand Down
2 changes: 1 addition & 1 deletion repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "NSIS Developer",
"details": "https://github.com/NSIS-Dev/sublime-nsis",
"details": "https://github.com/NSIS-Dev/sublime-nsis-dev",
"labels": [
"language syntax",
"build",
Expand Down

0 comments on commit e6094fd

Please sign in to comment.