From 725fdeb081c56c37722fd09138e6476e4216cf26 Mon Sep 17 00:00:00 2001 From: Ravi Prakash <1907prakash.ravi@gmail.com> Date: Fri, 28 May 2021 20:16:22 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1b4a206..f5e630e 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,15 @@ Installation can be done through CLI in just a few of the simple steps: ```sh $ ./installer.sh ``` +### Alternate Method +If you love the terminal than following method is indeed for you: +```sh +$ wget https://github.com/ravi-prakash1907/CaterApp/archive/refs/tags/v1.1-beta.zip +$ unzip v1.1-beta.zip +$ cd CaterApp-1.1-beta +$ sh ./installer.sh +``` + After successful installation, you should see something like this: ![installing screenshot](./assets/installation.png)