diff --git a/content/tutorials/quickstart/create-accounts-send-xrp.md b/content/tutorials/quickstart/create-accounts-send-xrp.md index 11df59e789..dd83370c93 100644 --- a/content/tutorials/quickstart/create-accounts-send-xrp.md +++ b/content/tutorials/quickstart/create-accounts-send-xrp.md @@ -34,6 +34,8 @@ To get started, create a new folder on your local disk and install the JavaScrip Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip){.github-code-download} archive. +**Note:** Without the Quickstart Samples, you will not be able to try the examples that follow. + ## Usage To get test accounts: diff --git a/content/tutorials/quickstart/create-trustline-send-currency.md b/content/tutorials/quickstart/create-trustline-send-currency.md index f38c1ef8d0..540c6885d7 100644 --- a/content/tutorials/quickstart/create-trustline-send-currency.md +++ b/content/tutorials/quickstart/create-trustline-send-currency.md @@ -28,6 +28,8 @@ This example shows how to: You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip){.github-code-download} archive to try each of the samples in your own browser. +**Note:** Without the Quickstart Samples, you will not be able to try the examples that follow. + ## Usage diff --git a/content/tutorials/quickstart/xrpl-quickstart.md b/content/tutorials/quickstart/xrpl-quickstart.md index f4ca278b1f..79f8a0fa6e 100644 --- a/content/tutorials/quickstart/xrpl-quickstart.md +++ b/content/tutorials/quickstart/xrpl-quickstart.md @@ -48,14 +48,14 @@ There are also expanded lessons demonstrating how to [Broker a NFToken Sale](bro To get started, create a new folder on your local disk and install the JavaScript library using `npm`. - ``` npm install xrpl ``` - Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip){.github-code-download} archive. +**Note:** Without the Quickstart Samples, you will not be able to try the examples that follow. + --- | Previous | Next |