Skip to content

Commit

Permalink
patch: nav improvements
Browse files Browse the repository at this point in the history
liquidg3 committed Sep 5, 2024
1 parent fcd8a0b commit c3fba50
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/_data/navigation/mainNav.json5
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@
"children": []
},
{
"title": "SDK Only: Install Spruce CLI",
"title": "SDK Only: Install SpruceCLI",
"url": "/getting-started/install-cli/",
"children": []
}
10 changes: 7 additions & 3 deletions src/pages/getting-started/install-cli.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Install the Spruce CLI
# Install the SpruceCLI

## Installing with Homebrew

## Installing manually

This is the fastest way to get up and running with the Spruce CLI. It's the best way to get started in writing regression proof node modules.

@@ -7,13 +11,13 @@ This is the fastest way to get up and running with the Spruce CLI. It's the best
4. Setup <a href="https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line">vscode to work through command line</a>.
5. Quit vscode (**very important or vscode won't get new settings**)

## Install Yarn
### Install Yarn

```bash
npm install -g yarn
```

## Install Spruce CLI
### Install Spruce CLI

Once Node, Yarn, and vscode are ready, run the following: 👇

1 change: 1 addition & 0 deletions src/scss/site.scss
Original file line number Diff line number Diff line change
@@ -80,6 +80,7 @@ details {
h1 {
border-bottom: 5px solid $cl-gray;
padding-bottom: 20px;
line-height: 1.2em;
}

h3 {

0 comments on commit c3fba50

Please sign in to comment.