From 3aeb026b623ba04c6f3b43d352144842346356ba Mon Sep 17 00:00:00 2001 From: Mikko Ohtamaa Date: Fri, 18 Nov 2022 12:36:04 +0100 Subject: [PATCH] Make installation instructions more copy-paste friendly This way you can double click, CTRL+C, CTRL+V --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cff13d6..b2e12a7 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,12 @@ curl -fsSL https://raw.githubusercontent.com/curusarn/resh/master/scripts/rawins ### Simple installation -1. Run `git clone https://github.com/curusarn/resh.git && cd resh` -2. Run `scripts/rawinstall.sh` +Run + +```shell +git clone https://github.com/curusarn/resh.git +cd resh && scripts/rawinstall.sh +``` ### Update