Skip to content

Commit

Permalink
Merge pull request #21 from the-markup/2023-to-2024
Browse files Browse the repository at this point in the history
2023 -> 2024
  • Loading branch information
joeleastwood authored Jan 4, 2024
2 parents 5b3030f + 9840615 commit 5e5b35b
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 @@ -21,8 +21,8 @@ npm start

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

Expand All @@ -42,8 +42,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-2023-blobs.git (fetch)
origin [email protected]:the-markup/graphics-2023-blobs.git (push)
origin [email protected]:the-markup/graphics-2024-blobs.git (fetch)
origin [email protected]:the-markup/graphics-2024-blobs.git (push)
```

Push your freshly copied template to GitHub.
Expand Down Expand Up @@ -126,7 +126,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-2023-blobs
cd graphics-2024-blobs
nvm use
```

Expand Down

0 comments on commit 5e5b35b

Please sign in to comment.