From 403598ec7810fef928f213eae67e4a0cb846252c Mon Sep 17 00:00:00 2001 From: shockey Date: Tue, 25 Jul 2017 23:13:44 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f682ff7..a48d5bf3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ We love contributions from our community of users! This document explains our gu #### Environment setup 0. Install Node.js (4 or newer) and npm (3 or newer). -1. Fork Swagger-UI, and clone your fork. +1. Make a fork of Swagger-UI on GitHub, then clone your fork to your machine. 2. Run `npm install` in your Swagger-UI directory. 3. Run `npm run dev`. `localhost:3200` should open automatically. 4. You're ready to go!