From 0c11a352875ede9fccb641ecd9908736cf71dee9 Mon Sep 17 00:00:00 2001 From: AJ Bahnken <1144310+ajvb@users.noreply.github.com> Date: Fri, 23 Oct 2020 12:50:32 -0700 Subject: [PATCH] fix install instructions (#400) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6b244d..1ecd710 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ that third party services are configured correctly. For example: ### Installing -1. install [Python 3.8](https://www.python.org/downloads/) -1. Run `pip install frost` +1. Install [Python 3.8](https://www.python.org/downloads/) +1. Run `git clone git@github.com:mozilla/frost.git; cd frost; make install` ### Usage