Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock authored Jan 23, 2024
1 parent 4bbbdf9 commit a5882ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ make install</code></pre>

To add a tutorial you need to do two things:

#### Add the tutorial as a submodule in the tutorial directory
#### 1. Add the tutorial as a submodule in the tutorial directory

When running the script below confirm that that submodule gets cloned into the folder that you identify.
If the repo you are hoping to add does not show up please reach out to Cannon.
Expand All @@ -190,11 +190,11 @@ If the repo you are hoping to add does not show up please reach out to Cannon.
git submodule add <https://github-url.git> ./documentation/tutorials/<tutorial-name>
```
#### Add the appropriate frontmatter so the the README is linked correctly
#### 2. Add the appropriate frontmatter so the the README is linked correctly
Read more [above](#creating-the-document)
#### Add the document to the websites navigation
#### 3. Add the document to the websites navigation
Read more [above](#adding-it-to-the-navigation)
Expand Down

0 comments on commit a5882ca

Please sign in to comment.