From 8f0c9ce44ba2aebb0ef8f14a26377da1a12aaab2 Mon Sep 17 00:00:00 2001
From: Joey Nichols <joeyquarters@gmail.com>
Date: Mon, 10 Jul 2017 09:47:45 -0400
Subject: [PATCH] Add install & load instructions to the README

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index 25d7b95..a5aef58 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,22 @@ p {
 }
 ```
 
+## Quick Start
+
+### Install
+
+This package can be installed with:
+
+* [npm](https://www.npmjs.com/package/owl.carousel): `npm install --save system-font-css`
+
+### Load
+
+When installed with npm, system-font.css will create both a SCSS and LESS partial for easy importing:
+
+```scss
+@import 'system-font';
+```
+
 ## OSX
 
 **OSX** has used three system typefaces. Since **El Capitan** it has used **San Fransisco**. In **Yosemite** it used **Helvetica Neue**. From **Mavericks** back to **Kodiak** it used **Lucida Grande**.
-- 
GitLab