From f41d857befef921f2356773aa3eaee6532c2c063 Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Tue, 6 Jul 2021 03:55:08 -0500 Subject: [PATCH 1/4] Fixed command to install APT dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adc79c767..64bad93c2 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ An archive is available for people who don't want to install `atom` as root. This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit, but should be compatible with other Linux distributions. -1. Install dependencies (on Ubuntu): `sudo apt install git libasound2, libcurl4, libgbm1, libgcrypt20, libgtk-3-0, libnotify4, libnss3, libglib2.0-bin, xdg-utils, libx11-xcb1, libxcb-dri3-0, libxss1, libxtst6, libxkbfile1` +1. Install dependencies (on Ubuntu): `sudo apt install git libasound2 libcurl libgbm1 libgcrypt20 libgtk-3-0 libnotify4 libnss3 libglib2.0-bin xdg-utils libx11-xcb1 libxcb-dri3-0 libxss1 libxtst6 libxkbfile1` 2. Download `atom-amd64.tar.gz` from the [Atom releases page](https://github.com/atom/atom/releases/latest). 3. Run `tar xf atom-amd64.tar.gz` in the directory where you want to extract the Atom folder. 4. Launch Atom using the installed `atom` command from the newly extracted directory. From 722ff36bace9a870f890dd604e029c16a31077a8 Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Tue, 6 Jul 2021 03:56:03 -0500 Subject: [PATCH 2/4] Moved APT command to separate line --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64bad93c2..6aeb25b56 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,13 @@ An archive is available for people who don't want to install `atom` as root. This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit, but should be compatible with other Linux distributions. -1. Install dependencies (on Ubuntu): `sudo apt install git libasound2 libcurl libgbm1 libgcrypt20 libgtk-3-0 libnotify4 libnss3 libglib2.0-bin xdg-utils libx11-xcb1 libxcb-dri3-0 libxss1 libxtst6 libxkbfile1` -2. Download `atom-amd64.tar.gz` from the [Atom releases page](https://github.com/atom/atom/releases/latest). -3. Run `tar xf atom-amd64.tar.gz` in the directory where you want to extract the Atom folder. -4. Launch Atom using the installed `atom` command from the newly extracted directory. +1. Install dependencies (on Ubuntu): +```sh +sudo apt install git libasound2 libcurl libgbm1 libgcrypt20 libgtk-3-0 libnotify4 libnss3 libglib2.0-bin xdg-utils libx11-xcb1 libxcb-dri3-0 libxss1 libxtst6 libxkbfile1 +``` +3. Download `atom-amd64.tar.gz` from the [Atom releases page](https://github.com/atom/atom/releases/latest). +4. Run `tar xf atom-amd64.tar.gz` in the directory where you want to extract the Atom folder. +5. Launch Atom using the installed `atom` command from the newly extracted directory. The Linux version does not currently automatically update so you will need to repeat these steps to upgrade to future releases. From 481feaea2c2ada3ccefc6bc67483a50e075c8e93 Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Tue, 6 Jul 2021 03:56:44 -0500 Subject: [PATCH 3/4] Fixed numbered list in APT command --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6aeb25b56..d9dd34a7e 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ but should be compatible with other Linux distributions. ```sh sudo apt install git libasound2 libcurl libgbm1 libgcrypt20 libgtk-3-0 libnotify4 libnss3 libglib2.0-bin xdg-utils libx11-xcb1 libxcb-dri3-0 libxss1 libxtst6 libxkbfile1 ``` -3. Download `atom-amd64.tar.gz` from the [Atom releases page](https://github.com/atom/atom/releases/latest). -4. Run `tar xf atom-amd64.tar.gz` in the directory where you want to extract the Atom folder. -5. Launch Atom using the installed `atom` command from the newly extracted directory. +2. Download `atom-amd64.tar.gz` from the [Atom releases page](https://github.com/atom/atom/releases/latest). +3. Run `tar xf atom-amd64.tar.gz` in the directory where you want to extract the Atom folder. +4. Launch Atom using the installed `atom` command from the newly extracted directory. The Linux version does not currently automatically update so you will need to repeat these steps to upgrade to future releases. From f5f73d29115d6004bc00f23fcf6abf6c4c463e1a Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Fri, 9 Jul 2021 04:05:11 -0500 Subject: [PATCH 4/4] Update README.md Co-authored-by: Sadick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9dd34a7e..5e83a87cc 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ but should be compatible with other Linux distributions. 1. Install dependencies (on Ubuntu): ```sh -sudo apt install git libasound2 libcurl libgbm1 libgcrypt20 libgtk-3-0 libnotify4 libnss3 libglib2.0-bin xdg-utils libx11-xcb1 libxcb-dri3-0 libxss1 libxtst6 libxkbfile1 +sudo apt install git libasound2 libcurl4 libgbm1 libgcrypt20 libgtk-3-0 libnotify4 libnss3 libglib2.0-bin xdg-utils libx11-xcb1 libxcb-dri3-0 libxss1 libxtst6 libxkbfile1 ``` 2. Download `atom-amd64.tar.gz` from the [Atom releases page](https://github.com/atom/atom/releases/latest). 3. Run `tar xf atom-amd64.tar.gz` in the directory where you want to extract the Atom folder.