Skip to content

Commit

Permalink
Merge pull request #20 from the-markup/2023-blobs
Browse files Browse the repository at this point in the history
2023 blobs
  • Loading branch information
joeleastwood committed Jul 27, 2023
2 parents 8ec2249 + 35bb089 commit 90e5a52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Structure and scripts for developing and deploying graphics on The Markup.

```
git clone [email protected]:the-markup/graphics-template.git
mv graphics-template graphics-2021-blobs
cd graphics-2021-blobs
mv graphics-template graphics-2023-blobs
cd graphics-2023-blobs
npm install
```

Expand All @@ -34,8 +34,8 @@ git remote -v
Confirm that it's pointing at your newly created repository. It should look something like this:

```
origin [email protected]:the-markup/graphics-2021-blobs.git (fetch)
origin [email protected]:the-markup/graphics-2021-blobs.git (push)
origin [email protected]:the-markup/graphics-2023-blobs.git (fetch)
origin [email protected]:the-markup/graphics-2023-blobs.git (push)
```

Push your freshly copied template to GitHub.
Expand Down Expand Up @@ -118,7 +118,7 @@ node --version
If you're not using v14, you can use [Node Version Manager (nvm)](https://github.com/nvm-sh/nvm/blob/master/README.md#installing-and-updating) to download/install it. In the process of installing `nvm`, you'll be asked to adjust your `.bashrc` or `.zshrc` file. Once you open a new terminal window, you should be able to download and activate a new version of node.js like this (using the version configured in the `.nvmrc` file):

```
cd graphics-2021-blobs
cd graphics-2023-blobs
nvm use
```

Expand Down

0 comments on commit 90e5a52

Please sign in to comment.