From ffb70b393ce5b2ae3d72451263a1722d21a4b3d7 Mon Sep 17 00:00:00 2001 From: sawka Date: Wed, 9 Aug 2023 23:04:01 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index c6f419c..046ac2d 100644 --- a/Home.md +++ b/Home.md @@ -31,7 +31,8 @@ git clone git@github.com:commandlinedev/apishell.git scripthaus run fullbuild ``` -This will create a "bin" directory in your apishell directory. There should be 4 binaries built: mshell-v0.2-{darwin,linux}.{amd64,arm64}. +This will create a "bin" directory in your apishell directory. There should be 4 binaries built, variations of mshell-v0.2 for different architectures. + ## Building Prompt Server @@ -52,3 +53,11 @@ Now, cd to the prompt-server directory and run: scripthaus run build ``` +If this worked, it will create a "bin" directory with one executable called "local-server". + +## Running the Development Version of Prompt + +If you install the production version of Prompt, you'll see a green sidebar, and the data for Prompt is stored in the directory ~/prompt. The development version has a red/brown sidebar and stores its data in ~/prompt-dev. This allows the production and development versions to be run simultaneously with no conflicts. If the dev database is corrupted by development bugs, or the schema changes in development it will not affect the production copy. + + +