Skip to content

docs: add new licensing visibility to documentation #16362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 3, 2025
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
coder cli steps cleanup
  • Loading branch information
EdwardAngert committed Jan 31, 2025
commit 065c4967a12abb574b15e8c1490970cbe5ab180d
7 changes: 2 additions & 5 deletions docs/admin/licensing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@ There are two ways to add a license to a Coder deployment:

### Coder CLI

First, ensure you have a license key
([request a trial](https://coder.com/trial)) and the
[Coder CLI](../../install/cli.md) installed.

1. Ensure you have the [Coder CLI](../../install/cli.md) installed.
1. Save your license key to disk and make note of the path.
1. Open a terminal.
1. Ensure you are logged into your Coder deployment:
1. Log in to your Coder deployment:

```shell
coder login <access url>
Expand Down