Skip to content

Commit 1d7517d

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge pull request linode#26 from jsager/new-cli
Changed Linode-CLI index page syntax
2 parents df82072 + 01ff749 commit 1d7517d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

themes/dlc/layouts/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row-full relative -mt-2 px-2">
33
<section class="header max-w-3xl mx-auto px-4 md:px-8 py-12 relative z-10">
44
<h2>How easily can you create a Linode?</h2>
5-
<div class="text-2xl my-3">Is three steps easy enough?</div>
5+
<div class="text-2xl my-3">Are two steps easy enough?</div>
66
<div class="code-box bg-d-beige rounded my-8">
77
<div class="code-box-header border-white flex justify-start py-4 px-6">
88
<span class="code-box-circle circle-red"></span>
@@ -11,9 +11,7 @@ <h2>How easily can you create a Linode?</h2>
1111
</div>
1212
<div class="code-box-content py-4 px-6">
1313
<pre>pip install linode-cli</pre>
14-
<pre>linode-cli configure</pre>
15-
<p class="text-l-green mb-6">Welcome to the Linode CLI. This will walk you through some initial setup.</p>
16-
<pre>linode-cli linode create</pre>
14+
<pre>linode-cli linodes create</pre>
1715
</div>
1816
</div>
1917
<a href="https://www.linode.com/docs/platform/api/using-the-linode-cli/" target="_blank" class="btn mt-3">Get started with our Linode CLI</a>

themes/dlc/srcCSS/components/4_pages/home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646

4747
.circle-green {
4848
background-color: #219D5E;
49-
}
49+
}

0 commit comments

Comments
 (0)