Skip to content

Commit 430fe81

Browse files
committed
docs(readme): use standard ordered-list numbering
Replace 1.)–7.) style prefixes with 1.–7. so GitHub Markdown renders proper lists.
1 parent eba1423 commit 430fe81

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@ The Nuke Survival Toolkit is a portable tool menu for the Foundry’s Nuke with
1111

1212
Here’s how to install and use the Nuke Survival Toolkit:
1313

14-
1.) Download the .zip folder from the Nuke Survival Toolkit github website.
14+
1. Download the .zip folder from the Nuke Survival Toolkit github website.
1515

1616
https://github.com/CreativeLyons/NukeSurvivalToolkit_publicRelease/releases/latest
1717

1818
This github will have all of the up to date changes, bug fixes, tweaks, additions, etc. So feel free to watch or star the github, and check back regularly if you’d like to stay up to date.
1919

20-
2.) Copy or move the NukeSurvivalToolkit Folder either in your User/.nuke/ folder for personal use, or for use in a pipeline or to share with multiple artists, place the folder in any shared and accessible network folder.
20+
2. Copy or move the NukeSurvivalToolkit Folder either in your User/.nuke/ folder for personal use, or for use in a pipeline or to share with multiple artists, place the folder in any shared and accessible network folder.
2121

22-
3.) Open your init.py file in your /.nuke/ folder into any text editor (or create a new init.py in your User/.nuke/ directory if one doesn’t already exist)
22+
3. Open your init.py file in your /.nuke/ folder into any text editor (or create a new init.py in your User/.nuke/ directory if one doesn’t already exist)
2323

24-
4.) Copy the following code into your init.py file:
24+
4. Copy the following code into your init.py file:
2525

2626
```
2727
nuke.pluginAddPath("Your/NukeSurvivalToolkit/FolderPath/Here")
2828
```
2929

30-
5.) Copy the filepath location of where you placed your NukeSurvivalToolkit. Replace the
30+
5. Copy the filepath location of where you placed your NukeSurvivalToolkit. Replace the
3131
Your/NukeSurvivalToolkit/FolderPath/Here text with your NukeSurvivalToolkit filepath location, making sure to keep quotation marks around the filepath.
3232

33-
6.) Save your init.py file, and restart your Nuke session
33+
6. Save your init.py file, and restart your Nuke session
3434

35-
7.) That’s it! Congrats, you will now see a little red multi-tool in your nuke toolbar.
35+
7. That’s it! Congrats, you will now see a little red multi-tool in your nuke toolbar.
3636

3737

3838
## Online Wiki
@@ -45,17 +45,17 @@ For full online documentation and tool index Wiki, visit:
4545
## Offline Documentation (optional)
4646
You can install local wiki docs for offline use.
4747

48-
1.) Download the documentation ZIP release from either location:
48+
1. Download the documentation ZIP release from either location:
4949

5050
[Nuke Survival Toolkit Releases (latest)](https://github.com/CreativeLyons/NukeSurvivalToolkit_publicRelease/releases/latest)
5151

5252
[Nuke Survival Toolkit Wiki Releases](https://github.com/CreativeLyons/NukeSurvivalToolkit_Wiki/releases/)
5353

54-
2.) Unzip `NST_Documentation_Release_x.y.z.zip` directly into the toolkit root so this file exists:
54+
2. Unzip `NST_Documentation_Release_x.y.z.zip` directly into the toolkit root so this file exists:
5555

5656
`NukeSurvivalToolkit/NST_Documentation/index.html`
5757

58-
3.) In Nuke, open `NukeSurvivalToolkit > Documentation` and use:
58+
3. In Nuke, open `NukeSurvivalToolkit > Documentation` and use:
5959

6060
- `Wiki/Docs (Auto)` which falls back in this order: `Wiki (Online)` -> `Wiki (Offline)` -> `Docs (PDF)`.
6161
- `Wiki (Online)` for the live wiki (checked first for reachability).

0 commit comments

Comments
 (0)