Skip to content

Commit 0f37aba

Browse files
authored
Fix the instruction was in a wrong order. (#575)
1 parent d15021f commit 0f37aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.controlplane/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ You should have an `organization` `<your-org>` for testing in that account.
1515
You will modify value for `aliases.common.cpln_org` in `.controlplane/controlplane.yml`.
1616
If you need an organization, please [contact Shakacode](mailto:[email protected]).
1717

18-
2. Run `cpln image docker-login --org <your-org>` to ensure that you have access to the Control Plane Docker registry.
19-
20-
3. Install Control Plane CLI (and configure access) using `npm install -g @controlplane/cli`.
18+
2. Install Control Plane CLI (and configure access) using `npm install -g @controlplane/cli`.
2119
You can update the `cpln` command line with `npm update -g @controlplane/cli`.
2220
Then run `cpln login` to ensure access.
2321
For more informatation check out the
2422
[docs here](https://docs.controlplane.com/quickstart/quick-start-3-cli#getting-started-with-the-cli).
2523

24+
3. Run `cpln image docker-login --org <your-org>` to ensure that you have access to the Control Plane Docker registry.
25+
2626
4. Install the latest version of
2727
[`cpl` gem](https://rubygems.org/gems/cpl)
2828
on your project's Gemfile or globally.

0 commit comments

Comments
 (0)