File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
srcCSS/components/4_pages Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2
2
< div class ="row-full relative -mt-2 px-2 ">
3
3
< section class ="header max-w-3xl mx-auto px-4 md:px-8 py-12 relative z-10 ">
4
4
< 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 >
6
6
< div class ="code-box bg-d-beige rounded my-8 ">
7
7
< div class ="code-box-header border-white flex justify-start py-4 px-6 ">
8
8
< span class ="code-box-circle circle-red "> </ span >
@@ -11,9 +11,7 @@ <h2>How easily can you create a Linode?</h2>
11
11
</ div >
12
12
< div class ="code-box-content py-4 px-6 ">
13
13
< 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 >
17
15
</ div >
18
16
</ div >
19
17
< 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 >
Original file line number Diff line number Diff line change 46
46
47
47
.circle-green {
48
48
background-color : # 219D5E ;
49
- }
49
+ }
You can’t perform that action at this time.
0 commit comments