From 022676c05f1a6cae196f1eeadeb2641209a3c630 Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Thu, 28 Apr 2016 14:49:43 +0200 Subject: [PATCH] Update README.md again --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4c59152..34e38f4 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,17 @@ important data. Installation ------------ 1. Create a new Debian 8.x droplet (either 32-bit or 64-bit is fine). -2. Running the script - 2.1. The safe way: -In the droplet, run the following as root: -``` -wget https://raw.githubusercontent.com/lesderid/digitalocean-debian-to-arch/debian8/install.sh -less install.sh # Inspect the file to see if it downloaded correctly and doesn't contain malicious code -bash install.sh -``` - 2.2. The unsafe, but faster way: - In the droplet, run the following as root: - `curl -s https://raw.githubusercontent.com/lesderid/digitalocean-debian-to-arch/debian8/install.sh | bash -` +2. Run the script in the droplet as root: + + 2.1. The safe way: + ``` + wget https://raw.githubusercontent.com/lesderid/digitalocean-debian-to-arch/debian8/install.sh + less install.sh # Inspect the file to see if it downloaded correctly and doesn't contain malicious code + bash install.sh + ``` + + 2.2. The unsafe, but faster way: + `curl -s https://raw.githubusercontent.com/lesderid/digitalocean-debian-to-arch/debian8/install.sh | bash -` 3. Follow the instructions when prompted. 4. Sit back and relax! The system will automatically reboot once complete, and you should have a fully updated Arch Linux system in within minutes.