You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ Parallax microcontroller development environment based on Chrome applications.
3
3
4
4
## Quickstart
5
5
6
-
1. Visit our [github releases](https://github.com/parallaxinc/ParallaxIDE/releases) and download the desired release or download the latest release [here](https://github.com/parallaxinc/ParallaxIDE/releases/latest).
6
+
1. Visit our [github releases](https://github.com/parallaxinc/Parallax-IDE/releases) and download the desired release or download the latest release [here](https://github.com/parallaxinc/Parallax-IDE/releases/latest).
7
7
8
8
1. Go to your downloads folder and unzip the archive.
9
9
10
10
_*Note:* for use on Chromebook you will need to unzip the archive and copy the unzipped directory onto the Chromebook._
11
11
12
-
1. Open Chrome and follow the [Installing in Chrome](https://github.com/parallaxinc/ParallaxIDE#user-content-installing-in-chrome) instructions.
12
+
1. Open Chrome and follow the [Installing in Chrome](https://github.com/parallaxinc/Parallax-IDE#user-content-installing-in-chrome) instructions.
13
13
14
14
## Building from Source/Developing
15
15
@@ -25,13 +25,13 @@ Most of below is a one-time procedure needed to build the application, unless ot
25
25
26
26
1. Clone this respository. Assuming you have `git` installed (if not, [go here](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git)), choose your file destination from the command-line (CLI like Terminal), and
1. Get all the project dependencies. At the root of the project you will find `package.json`. This manifest file includes a list of project dependencies needed to build the application. To learn more, [see this post on dependency installation](https://github.com/iceddev/getting-started/blob/master/environments/nodejs-and-npm.md#user-content-dependency-installation). __This step must be run each time you update the repository (including pulling updates from GitHub).__
37
37
@@ -58,16 +58,16 @@ Most of below is a one-time procedure needed to build the application, unless ot
58
58
59
59
1. Before you install your extension must be built and bundled. If you haven't done so follow the instructions in the [Build from Source](#user-content-build-from-source) section first.
60
60
61
-
1. Click on __'Load unpacked extensions...'__, go to the directory where ParallaxIDE was built, highlight the *'ParallaxIDE'* folder and and click select.
61
+
1. Click on __'Load unpacked extensions...'__, go to the directory where Parallax IDE was built, highlight the *'Parallax-IDE'* folder and and click select.
0 commit comments