From 0f47a07cc2ae1fc01c1bf3d54acbbcf011dad625 Mon Sep 17 00:00:00 2001 From: Abdeali Chharchhodawala Date: Thu, 25 Apr 2024 16:12:26 +0530 Subject: [PATCH] style: wrap installation command into code block --- README.md | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 54f48e48..1337a0e8 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,31 @@ One-click installing available if you are hosting on FC from [here](https://frap #### Self Hosting: -1. `bench get-app branch version-14 https://github.com/yrestom/POS-Awesome.git` -2. `bench setup requirements` -3. `bench build --app posawesome` -4. `bench restart` -5. `bench --site [your.site.name] install-app posawesome` -6. `bench --site [your.site.name] migrate` +- Steps to install app in local + +```sh +bench get-app branch version-14 https://github.com/yrestom/POS-Awesome.git +``` + +```sh +bench setup requirements +``` + +```sh +bench build --app posawesome +``` + +```sh +bench restart +``` + +```sh +bench --site [your.site.name] install-app posawesome +``` + +```sh +bench --site [your.site.name] migrate +``` ---