From 598c06ff5a31822e5b4b8c5f6644a57e14f54a7e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 30 Mar 2014 20:43:41 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 2eba8e5..7c3d5e2 100644 --- a/readme.md +++ b/readme.md @@ -22,12 +22,16 @@ Most prompts are cluttered, ugly and slow. I wanted something visually pleasing ## Install +Install with npm or manually. + ### npm ```sh $ npm install --global pure-prompt ``` +That's it. Skip to [Getting started](#getting-started). + ### Manually - Clone this repo, add it as a submodule, or just download `pure.zsh`.