From 758897b01bbc82e639448d229c932f22a549a8e2 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Thu, 29 Feb 2024 20:56:29 +0530 Subject: [PATCH] docs: remove comments from shell commands --- docs/custom-apps.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/custom-apps.md b/docs/custom-apps.md index 6c6b6c29..9d31c6bb 100644 --- a/docs/custom-apps.md +++ b/docs/custom-apps.md @@ -10,9 +10,6 @@ cd frappe_docker `apps.json` needs to be passed in as build arg environment variable. ```shell - -set env variable APPS_JSON using following shell command - export APPS_JSON='[ { "url": "https://github.com/frappe/erpnext", @@ -28,8 +25,6 @@ export APPS_JSON='[ } ]' -set env variable APPS_JSON_BASE64 using following shell command - export APPS_JSON_BASE64=$(echo ${APPS_JSON} | base64 -w 0) ```