Skip to content

Commit

Permalink
Merge pull request #1203 from alphagov/bk-update-instructions
Browse files Browse the repository at this point in the history
Updating instructions to v12.0.0
  • Loading branch information
domoscargin authored Dec 16, 2021
2 parents a07f34a + 26d663a commit ca735e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/documentation/updating-the-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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`.

Expand Down

0 comments on commit ca735e8

Please sign in to comment.