Updated Home (markdown)

sawka 2023-08-09 23:04:01 -07:00
parent e99c745141
commit ffb70b393c

11
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.