Skip to content

Commit

Permalink
Update Main Installation Methods.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentors4EDU committed Jan 28, 2021
1 parent 6a3b63b commit 9ab8122
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/Decentralized Internet Docs/Main Installation Methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ generic usage guide `that is here`_. The same instructions apply to
droplets.

**Configurations:** \
For ease of simplicity, I recommend installing the `Slap IDE`_ over VIM or GNU Nano.
``curl -sL https://raw.githubusercontent.com/slap-editor/slap/master/install.sh | sh``
Also keep in mind if you decide to use slap, it utilizes Node.js so make sure you have the latest version installed:
For ease of simplicity, I recommend installing the `Slap IDE`_ over VIM or GNU Nano. \
``curl -sL https://raw.githubusercontent.com/slap-editor/slap/master/install.sh | sh`` \
Also keep in mind if you decide to use slap, it utilizes Node.js so make sure you have the latest version installed: \
``sudo npm install -g slap@latest`` \
You can now run the Slap commandsseen `at their repo`_, for editing code files. For HaXe, I recommend you do the default PPA Ubuntu Installation:

Expand All @@ -112,9 +112,8 @@ Or run the Debain installation:
mkdir ~/haxelib && haxelib setup ~/haxelib

The rest of the configuration instructions in regards to Debian, can be
seen `at the HaXe site`_. After you install Slap and Haxe on the
Droplet, I recommend you use Slap for editing needed code files, and the
``haxelib`` commands in the terminal in regards to HaXe code files.
seen `at the HaXe site`_. \
After you install Slap and Haxe on the Droplet, I recommend you use Slap for editing needed code files, and the ``haxelib`` commands in the terminal in regards to HaXe code files.

.. _DigitalOcean: https://www.digitalocean.com/
.. _Marketplace: https://marketplace.digitalocean.com/
Expand Down

0 comments on commit 9ab8122

Please sign in to comment.