@@ -10,13 +10,13 @@ Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=soc
10
10
11
11
Provision remote development environments with Terraform.
12
12
13
- ![ Kubernetes workspace in Coder v2] ( ./screenshot.png )
13
+ ![ Kubernetes workspace in Coder v2] ( ./docs/ screenshot.png )
14
14
15
15
## Highlights
16
16
17
17
- Automate development environments for Linux, Windows, and macOS
18
18
- Start writing code with a single command
19
- - Get started quickly using one of the [ examples] ( .. /examples ) provided
19
+ - Get started quickly using one of the [ examples] ( ./examples ) provided
20
20
21
21
## Installing Coder
22
22
@@ -34,7 +34,7 @@ CPU core and 2 GB RAM:
34
34
You can set up a temporary deployment, a production deployment, or a system service:
35
35
36
36
- To set up a ** temporary deployment** , start with dev mode (all data is in-memory and is
37
- destroyed on exit):
37
+ destroyed on exit):
38
38
39
39
``` bash
40
40
coder server --dev
@@ -48,7 +48,7 @@ destroyed on exit):
48
48
```
49
49
50
50
- To run as a ** system service** , install with ` .deb ` (Debian, Ubuntu) or ` .rpm `
51
- (Fedora, CentOS, RHEL, SUSE):
51
+ (Fedora, CentOS, RHEL, SUSE):
52
52
53
53
``` bash
54
54
# Edit the configuration!
@@ -57,7 +57,7 @@ destroyed on exit):
57
57
```
58
58
59
59
> Use ` coder --help ` to get a complete list of flags and environment
60
- variables.
60
+ > variables.
61
61
62
62
## Creating your first template and workspace
63
63
@@ -95,26 +95,26 @@ coder templates update gcp-linux
95
95
96
96
## Documentation
97
97
98
- - [ About Coder] ( ./about.md#about-coder )
99
- - [ Why remote development] ( about.md#why-remote-development )
100
- - [ Why Coder] ( about.md#why-coder )
101
- - [ What Coder is not] ( about.md#what-coder-is-not )
102
- - [ Comparison: Coder vs. [ product]] ( about.md#comparison )
103
- - [ Templates] ( ./templates.md )
104
- - [ Manage templates] ( ./templates.md#manage-templates )
98
+ - [ About Coder] ( ./docs/ about.md#about-coder )
99
+ - [ Why remote development] ( ./docs/ about.md#why-remote-development)
100
+ - [ Why Coder] ( ./docs/ about.md#why-coder)
101
+ - [ What Coder is not] ( ./docs/ about.md#what-coder-is-not)
102
+ - [ Comparison: Coder vs. [ product]] ( ./docs/ about.md#comparison)
103
+ - [ Templates] ( ./docs/ templates.md )
104
+ - [ Manage templates] ( ./docs/ templates.md#manage-templates )
105
105
- [ Persistent and ephemeral
106
- resources] ( ./templates.md#persistent-and-ephemeral-resources )
107
- - [ Parameters] ( ./templates.md#parameters )
108
- - [ Workspaces] ( ./workspaces.md )
109
- - [ Create workspaces] ( ./workspaces.md#create-workspaces )
110
- - [ Connect with SSH] ( ./workspaces.md#connect-with-ssh )
111
- - [ Editors and IDEs] ( ./workspaces.md#editors-and-ides )
112
- - [ Workspace lifecycle] ( ./workspaces.md#workspace-lifecycle )
113
- - [ Updating workspaces] ( ./workspaces.md#updating-workspaces )
106
+ resources] ( ./docs/ templates.md#persistent-and-ephemeral-resources )
107
+ - [ Parameters] ( ./docs/ templates.md#parameters )
108
+ - [ Workspaces] ( ./docs/ workspaces.md )
109
+ - [ Create workspaces] ( ./docs/ workspaces.md#create-workspaces )
110
+ - [ Connect with SSH] ( ./docs/ workspaces.md#connect-with-ssh )
111
+ - [ Editors and IDEs] ( ./docs/ workspaces.md#editors-and-ides )
112
+ - [ Workspace lifecycle] ( ./docs/ workspaces.md#workspace-lifecycle )
113
+ - [ Updating workspaces] ( ./docs/ workspaces.md#updating-workspaces )
114
114
115
115
## Contributing
116
116
117
- Read the [ contributing docs] ( ./CONTRIBUTING.md ) .
117
+ Read the [ contributing docs] ( ./docs/ CONTRIBUTING.md ) .
118
118
119
119
## Contributors
120
120
0 commit comments