diff --git a/docs/documentation/updating-the-kit.md b/docs/documentation/updating-the-kit.md index e270af7a82..ed5c6a3176 100644 --- a/docs/documentation/updating-the-kit.md +++ b/docs/documentation/updating-the-kit.md @@ -18,13 +18,13 @@ Tell us as much as you can about the issue you're having, and the computer and o In Finder on Mac or Windows Explorer go to your prototype folder and open the file `VERSION.txt`. This will show what version of the prototype kit you’re using. - If your prototype is version 8 or before, then contact the GOV.UK Prototype team for help with updating it -- If your prototype is version 9 or 10, you can update to version 11 by following the steps on this page +- If your prototype is version 9, 10 or 11, you can update to version 12 by following the steps on this page -### Updating to version 11 +### Updating to version 12 1. Make a backup of your prototype folder. You can do this in Finder or Windows Explorer. This may take a few minutes. -2. In the terminal, `cd` to your prototype folder. +2. In the [terminal](https://govuk-prototype-kit.herokuapp.com/docs/install/requirements.md#terminal), `cd` to your prototype folder. 3. Run this command: @@ -42,7 +42,7 @@ It will download a zip file and unzip the latest version of the Prototype Kit in 7. Delete everything above `// Add extra styles` here and paste what you copied in step 5. Save the file. -8. In your [terminal](https://govuk-prototype-kit.herokuapp.com/docs/install/requirements.md#terminal), run `npm install`. This may take up to a minute. You can ignore any lines in the log that start with `WARN`. +8. In your terminal, run `npm install`. This may take up to a minute. You can ignore any lines in the log that start with `WARN`. 9. In your terminal, run `npm start`.