Atom: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
=== Atom Package Manager (apm) ===
=== Atom Package Manager (apm) ===


1. Make sure you have Atom (with apm) [installed https://atom.io/docs/v1.0.0/getting-started-installing-atom#atom-on-windows]<br/>
Install package from <code>apm install language-nsis</code> (or use the GUI)
2. Install package apm install "language-nsis"


=== Git  ===
=== Git  ===
Line 14: Line 13:
Change to the Atom package directory and clone the repository:
Change to the Atom package directory and clone the repository:


git clone <nowiki>https://github.com/idleberg/language-nsis.git</nowiki>
<code>git clone <nowiki>https://github.com/idleberg/language-nsis.git</nowiki></code>


== Links ==
== Links ==

Revision as of 10:13, 6 July 2015

Description

Atom language support for NSIS

Installation

Atom Package Manager (apm)

Install package from apm install language-nsis (or use the GUI)

Git

Change to the Atom package directory and clone the repository:

git clone https://github.com/idleberg/language-nsis.git

Links