We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69cf69f commit 8708650Copy full SHA for 8708650
docs/dogfood/index.md
@@ -13,12 +13,6 @@ The following explains how to do certain things related to dogfooding.
13
2. Sign in with GitHub
14
3. Clone the repo: `git clone git@github.com:coder/coder.git`
15
4. Run `make bin`. The binaries will be created in the `./dist` folder.
16
-
17
- <aside>
18
- 💡 We usually rename the `coder` binary to `coderv2` so it doesn’t clash with the old version!
19
20
- </aside>
21
22
5. `coder login https://dev.coder.com`
23
6. `coder template create` - create a new template from the current directory
24
1. e.g. `coder template create docker -d ./examples/templates/docker`
0 commit comments