Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-prakash1907 authored May 28, 2021
1 parent a83ea46 commit 725fdeb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 725fdeb

Please sign in to comment.