Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markdown links in README modified #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

## 13 July 2020

This repo is from our first ever ethics dive. It uses a tool called (docsify)[https://docsify.js.org/#/quickstart].
This repo is from our first ever ethics dive. It uses a tool called [docsify](https://docsify.js.org/#/quickstart).

## Installing Docsify

To use and run this repo as a local website, you'll need to install `npm` and `docsify`.

To install `npm` go to the (download page) [https://docs.npmjs.com/downloading-and-installing-node-js-and-npm] and follow instructions.
To install `npm` go to the [download page](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) and follow instructions.

`npm i docsify-cli -g`

Expand All @@ -22,6 +22,6 @@ In order to run this repo, you'll need to `install` it aka. clone it. To do this

## Running Docsify

Enter into the folder containing this repo. In order to run the `docsify`website, run the following:
Enter into the folder containing this repo. In order to run the `docsify` website, run the following:

`docsify serve dovs`