From 8a390fe84df1e8969020036b56ae3031a6643cb2 Mon Sep 17 00:00:00 2001 From: Li <39113159+KuromeSan@users.noreply.github.com> Date: Tue, 19 Apr 2022 10:17:27 +1200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80d99c2..b27e72c 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ well they essentailly run off "Server Emulators". **tl;dr, think "Club Penguin Rewritten" but with Horse Isle.** # Installation: -Install on Ubuntu or Debian via APT: +Install on Ubuntu via APT: ``` sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 34F644BC70C746CE48139C595129317F33AE659C sudo add-apt-repository 'deb http://deb.silica.codes debian main' @@ -21,6 +21,13 @@ sudo apt update sudo apt install hisp ``` +Install on Debian via APT: +``` +sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 34F644BC70C746CE48139C595129317F33AE659C +sudo echo 'deb http://deb.silica.codes debian main'>>/etc/sources.list +sudo apt update +sudo apt install hisp +``` # Commands (legend: <> Required, [] Optional)