Skip to content

Commit

Permalink
Merge pull request #3 from jbloomlab/fix-readme-instructions
Browse files Browse the repository at this point in the history
fix README instructions on cloning repo
  • Loading branch information
WillHannon-MCB authored Jul 17, 2024
2 parents 26127c0 + c2f0172 commit 5eab762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ The content of our lab's website draws inspiration from lab websites like those

## Installation

Contributions to the lab website are made through [GitHub](https://github.com/jbloomlab/bloom-lab-website) using pull requests.
Contributions to the lab website are made through [GitHub](https://github.com/jbloomlab/jbloomlab.github.io) using pull requests.

Clone the `git` repository locally to edit the site:

```bash
git git@github.com:jbloomlab/bloom-lab-website.git
cd bloom-lab-website
git clone https://github.com/jbloomlab/jbloomlab.github.io
cd jbloomlab.github.io
```

You'll need to install Javascript and its relevant packages to preview the site as you make changes. You're going to need two pieces of software to do this: `Node.js` and `npm`.
Expand Down

0 comments on commit 5eab762

Please sign in to comment.