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 30f0999 commit 0e057bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![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)
[![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)
[![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/).
Expand All @@ -24,7 +24,7 @@ This package has been tested and approved for all Sublime Text versions.

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 @@ -33,11 +33,11 @@ With [auto_upgrade](http://wbond.net/sublime_packages/package_control/settings/)
### GitHub

1. Change to your Sublime Text `Packages` directory
2. `git clone https://github.com/NSIS-Dev/sublime-nsis.git 'NSIS Developer'`
2. `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 0e057bf

Please sign in to comment.