@@ -117,29 +117,15 @@ Workspace requirements:
117117- RubyMine
118118- WebStorm
119119
120- For advanced users who want to make a custom image, you can install the
121- Projector CLI in the` startup_script ` of the` coder_agent ` resource in a Coder
122- template. Using the Projector CLI, you can use` projector config add ` and
123- ` projector run ` to configure and start a JetBrains IDE in your workspace.
124-
125- > Install the JetBrains IDE in your image and` chown ` the` /opt ` directory to
126- > the user that starts the workspace. e.g.,` coder `
127-
128- ![ IntelliJ in Coder] ( ../images/projector-intellij.png )
129-
130-
131120** Pre-built templates:**
132121
133- You can also reference/use to these pre-built templates with JetBrains
134- projector:
122+ You can reference/use these pre-built templates with JetBrains projector:
135123
136124- IntelliJ
137- ([ Docker] ( https://github.com/sharkymark/v2-templates/tree/main/docker-with-intellij ) ,
138- [ Kubernetes] ( https://github.com/sharkymark/v2-templates/tree/main/multi-projector-intellij ) )
125+ ([ Kubernetes] ( https://github.com/sharkymark/v2-templates/tree/main/multi-projector-intellij ) )
139126
140127- PyCharm
141- ([ Docker] ( https://github.com/sharkymark/v2-templates/tree/main/docker-with-pycharm ) ,
142- [ Kubernetes] ( https://github.com/sharkymark/v2-templates/tree/main/multi-projector-pycharm ) )
128+ ([ Kubernetes] ( https://github.com/sharkymark/v2-templates/tree/main/multi-projector-pycharm ) )
143129
144130> You need to have a valid` ~/.kube/config ` on your Coder host and a namespace
145131> on a Kubernetes cluster to use the Kubernetes pod template examples.