2.5: Update quickstart repo file paths

This commit is contained in:
Billy Tat
2023-01-20 15:49:25 -08:00
parent 950d95077c
commit 152d8da4eb
5 changed files with 18 additions and 18 deletions
@@ -23,7 +23,7 @@ The following steps quickly deploy a Rancher Server with a single node cluster a
1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`.
2. Go into the folder containing the Vagrantfile by executing `cd quickstart/vagrant`.
2. Go into the folder containing the Vagrantfile by executing `cd quickstart/rancher/vagrant`.
3. **Optional:** Edit `config.yaml` to:
@@ -42,6 +42,6 @@ Use Rancher to create a deployment. For more information, see [Creating Deployme
## Destroying the Environment
1. From the `quickstart/vagrant` folder execute `vagrant destroy -f`.
1. From the `quickstart/rancher/vagrant` folder execute `vagrant destroy -f`.
2. Wait for the confirmation that all resources have been destroyed.