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 Feb 1, 2021
1 parent e7ceab1 commit 51015cb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/Decentralized Internet Docs/Main Installation Methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ Run: ``pub get``
--------------

| **Arch Linux Installation Method**
::

git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -si
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install decentralized-internet --edge
--------------

**For Installing on** `DigitalOcean`_
---------------------------------------

Expand Down Expand Up @@ -120,18 +132,6 @@ seen `at the HaXe site`_.
--------------

| **Arch Linux Installation Method**
::

git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -si
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install decentralized-internet --edge

--------------

This project was created in order to support a new internet. One that is
more open, free, and censorship-resistant in comparison to the old
internet. An internet that eventually wouldn’t need to rely on telecom
Expand Down

0 comments on commit 51015cb

Please sign in to comment.