From fbc80419be0e6b774e82c2dbb7fa31e7746f9fa3 Mon Sep 17 00:00:00 2001 From: rickellis Date: Wed, 21 Mar 2018 18:24:08 -0600 Subject: [PATCH] Updated docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 066e9e5..96a8f0d 100644 --- a/README.md +++ b/README.md @@ -415,9 +415,9 @@ Update the hardware clock. I use UTC: ## Set Hostname -This is the name of your computer. __Note:__ Change "arch" to whatever you want your host to be. +This is the name of your computer. I name mine "Arch", but you can change it to whatever you want your host to be. - $ echo arch > /etc/hostname + $ echo Arch > /etc/hostname ---