Skip to content

Commit d780950

Browse files
authored
Merge pull request #18 from stargate/johnsmartco-patch-1
Updated README with more recent ui-bundle.zip path
2 parents d232f04 + 0defae6 commit d780950

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.adoc

+8-8
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you want to simply use the UI for your Antora-generated site, add the followi
3232
----
3333
ui:
3434
bundle:
35-
url: https://github.com/stargate/antora-ui-stargate/releases/download/v0.2/ui-bundle.zip
35+
url: https://github.com/stargate/antora-ui-stargate/releases/latest/download/ui-bundle.zip
3636
----
3737

3838
Read on to learn how to customize the default UI for your own documentation.
@@ -65,23 +65,23 @@ Next, make sure that you have Node.js installed (which also provides npm).
6565
$ node --version
6666

6767
If this command fails with an error, you don't have Node.js installed.
68-
If the command doesn't report an LTS version of Node.js (e.g., v10.15.3), it means you don't have a suitable version of Node.js installed.
69-
In this guide, we'll be installing Node.js 10.
68+
If the command doesn't report an LTS version of Node.js (e.g., v16.20.1), it means you don't have a suitable version of Node.js installed.
69+
In this guide, we'll be installing Node.js 16.
7070

7171
While you can install Node.js from the official packages, we strongly recommend that you use {url-nvm}[nvm] (Node Version Manager) to manage your Node.js installation(s).
7272
Follow the {url-nvm-install}[nvm installation instructions] to set up nvm on your machine.
7373

74-
Once you've installed nvm, open a new terminal and install Node.js 10 using the following command:
74+
Once you've installed nvm, open a new terminal and install Node.js 16 using the following command:
7575

76-
$ nvm install 10
76+
$ nvm install 16
7777

7878
You can switch to this version of Node.js at any time using the following command:
7979

80-
$ nvm use 10
80+
$ nvm use 16
8181

82-
To make Node.js 10 the default in new terminals, type:
82+
To make Node.js 16 the default in new terminals, type:
8383

84-
$ nvm alias default 10
84+
$ nvm alias default 16
8585

8686
Now that you have Node.js installed, you can proceed with installing the Gulp CLI.
8787

0 commit comments

Comments
 (0)