Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecentola committed Jan 30, 2019
1 parent 6951293 commit 7cc968b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![](https://img.shields.io/github/license/mikecentola/cmder_inst.svg)](https://github.com/mikecentola/cmder_inst/blob/master/LICENSE) ![](https://img.shields.io/github/release/mikecentola/cmder_inst.svg) ![](https://img.shields.io/github/tag-date/mikecentola/cmder_inst.svg)
[![](https://img.shields.io/github/license/mikecentola/cmder_inst.svg)](https://github.com/mikecentola/cmder_inst/blob/master/LICENSE) ![](https://img.shields.io/github/release/mikecentola/cmder_inst.svg) ![Gihub Stars](https://badgen.net/github/stars/mikecentola/cmder_inst)
[![GitHub](https://badgen.net/github/issues/mikecentola/cmder_inst)](https://github.com/appliedengdesign/vscode-gcode-syntax)

# Cmder Installer

Expand All @@ -19,16 +20,16 @@ Right now, Cmder Installer is only set up with English. We will be adding more l

### Prerequisites

- Download [NSIS](http://nsis.sourceforge.net)
- Required NSIS Plugins
- [inetc](https://nsis.sourceforge.io/Inetc_plug-in)
- [ZipDLL](https://nsis.sourceforge.io/ZipDLL_plug-in)
- [EnVar](https://nsis.sourceforge.io/EnVar_plug-in)
- [NsJSON](https://nsis.sourceforge.io/NsJSON_plug-in)
- Download [NSIS](http://nsis.sourceforge.net)
- Required NSIS Plugins
- [inetc](https://nsis.sourceforge.io/Inetc_plug-in)
- [ZipDLL](https://nsis.sourceforge.io/ZipDLL_plug-in)
- [EnVar](https://nsis.sourceforge.io/EnVar_plug-in)
- [NsJSON](https://nsis.sourceforge.io/NsJSON_plug-in)

- If using nodejs to build
- Make sure that NSIS is properly installed with `makensis` in your PATH
- Install nodejs / npm
- If using nodejs to build
- Make sure that NSIS is properly installed with `makensis` in your PATH
- Install nodejs / npm

### Build Using NSIS Gui

Expand Down

0 comments on commit 7cc968b

Please sign in to comment.