From b250cc2042ba1117edae1923b5f47356f877dbb7 Mon Sep 17 00:00:00 2001 From: sawka Date: Tue, 28 Nov 2023 15:09:11 -0800 Subject: [PATCH] update directories and color in BUILD.md text --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 9d8866a8..5a19eb3f 100644 --- a/BUILD.md +++ b/BUILD.md @@ -5,7 +5,7 @@ If you're developing on Linux please use the [Linux Build Instructions](./build- ## Running the Development Version of Wave -If you install the production version of Wave, you'll see a semi-transparent sidebar, and the data for Wave 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. +If you install the production version of Wave, you'll see a semi-transparent sidebar, and the data for Wave is stored in the directory ~/.waveterm. The development version has a blue sidebar and stores its data in ~/.waveterm-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. ## Prereqs and Tools