diff options
author | Karissa McKelvey <karissa@users.noreply.github.com> | 2017-06-29 18:17:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 18:17:25 -0700 |
commit | a2bf5dd1756cb3f5449966b7e47c76643084b088 (patch) | |
tree | 49e57d153fa2ff3dd064673e183349b56e625d8c | |
parent | 2b9548a0327e3e7fdec668768a6619c304da834e (diff) | |
download | dat-docs-a2bf5dd1756cb3f5449966b7e47c76643084b088.tar.gz dat-docs-a2bf5dd1756cb3f5449966b7e47c76643084b088.zip |
Remove numbered bullets on install page
-rw-r--r-- | docs/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.md b/docs/install.md index c7069f2..4253321 100644 --- a/docs/install.md +++ b/docs/install.md @@ -19,14 +19,14 @@ If you don't want to use the terminal, you can use our desktop application on Ma Dat can be installed in the terminal using `node`. Follow the instructions below to get started. -1. **Install Node.** Dat requires Node version 4.0 or higher; however, we recommend the latest version. If you don't have node, [go to their website at nodejs.org and pick your platform.](https://nodejs.org/en/download/) If node is installed, you should be able to type the following to see which version you have: +**Install Node.** Dat requires Node version 4.0 or higher; however, we recommend the latest version. If you don't have node, [go to their website at nodejs.org and pick your platform.](https://nodejs.org/en/download/) If node is installed, you should be able to type the following to see which version you have: ``` $ node -v 8.0.0 ``` -2. **Install Dat.** Dat is distributed using `npm`, the package manager for Node.js. Type the following command to install dat: +**Install Dat.** Dat is distributed using `npm`, the package manager for Node.js. Type the following command to install dat: ``` npm install -g dat |