Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make fmt
  • Loading branch information
matifali committed Apr 14, 2023
commit 637b4cd1ab235dc70ee5235147dfce75eccc99d7
8 changes: 5 additions & 3 deletions docs/templates/open-in-coder.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ To support any infrastructure and software stack, Coder provides a generic appro
EOF
}
```

> Note: The `dir` attribute can be set to any of the following:
> - `~/coder`
> - `/home/coder/coder`
> - `coder` (relative to the home directory)
>
> - `~/coder`
> - `/home/coder/coder`
> - `coder` (relative to the home directory)

- If you want the template to support any repository via [parameters](./parameters.md)

Expand Down