Improve README (#17)

* Add helper tag

* Fix source reference

* Add icons

* Update code-server README

* Update README for contributing

* Update README

* Improve readme

* Fix code-server without extensions
This commit is contained in:
Kyle Carberry
2023-09-19 13:22:04 -05:00
committed by GitHub
parent 77b2468bf5
commit a25b637c46
11 changed files with 106 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
---
display_name: Personalize
description: Allow developers to customize their workspace on start
icon: ../icons/personalize.svg
icon: ../.icons/personalize.svg
maintainer_github: coder
verified: true
tags: [helper]

View File

@@ -3,7 +3,7 @@ terraform {
required_providers {
coder = {
source = "terraform.local/coder/coder"
source = "coder/coder"
version = ">= 0.12"
}
}