File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ var Styles = struct {
49
49
Keyword : defaultStyles .Keyword ,
50
50
Paragraph : defaultStyles .Paragraph ,
51
51
Placeholder : lipgloss .NewStyle ().Foreground (lipgloss.AdaptiveColor {Light : "#585858" , Dark : "#4d46b3" }),
52
- Prompt : defaultStyles .Prompt .Foreground (lipgloss.AdaptiveColor {Light : "#9B9B9B" , Dark : "#5C5C5C" }),
53
- FocusedPrompt : defaultStyles .FocusedPrompt .Foreground (lipgloss .Color ("#651fff" )),
52
+ Prompt : defaultStyles .Prompt .Copy (). Foreground (lipgloss.AdaptiveColor {Light : "#9B9B9B" , Dark : "#5C5C5C" }),
53
+ FocusedPrompt : defaultStyles .FocusedPrompt .Copy (). Foreground (lipgloss .Color ("#651fff" )),
54
54
Fuchsia : defaultStyles .SelectedMenuItem .Copy (),
55
- Logo : defaultStyles .Logo .SetString ("Coder" ),
55
+ Logo : defaultStyles .Logo .Copy (). SetString ("Coder" ),
56
56
Warn : lipgloss .NewStyle ().Foreground (
57
57
lipgloss.AdaptiveColor {Light : "#04B575" , Dark : "#ECFD65" },
58
58
),
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ You can install and run Coder using the official Docker images published on [Git
4
4
5
5
Docker is required. See the [ official installation documentation] ( https://docs.docker.com/install/ ) .
6
6
7
+ > Note that the below steps are only supported on a Linux distribution. If on macOS, please [ run Coder via the standalone binary] ( ./binary.md ) .
8
+
7
9
## Run Coder with the built-in database (quick)
8
10
9
11
For proof-of-concept deployments, you can run a complete Coder instance with
10
- the following command:
12
+ the following command.
11
13
12
14
``` console
13
15
export CODER_DATA=$HOME/.config/coderv2-docker
You can’t perform that action at this time.
0 commit comments