From a2bf5dd1756cb3f5449966b7e47c76643084b088 Mon Sep 17 00:00:00 2001 From: Karissa McKelvey Date: Thu, 29 Jun 2017 18:17:25 -0700 Subject: Remove numbered bullets on install page --- docs/install.md | 4 ++-- 1 file 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 -- cgit v1.2.3