From b457926b388d9fdc92f4f1d453f9e8c15eaaab39 Mon Sep 17 00:00:00 2001 From: mabashian Date: Fri, 28 Jun 2019 10:50:49 -0400 Subject: [PATCH] Update usage instructions since paths have changed --- awx/ui_next/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui_next/README.md b/awx/ui_next/README.md index bab3f4db13..7bd609b7ae 100644 --- a/awx/ui_next/README.md +++ b/awx/ui_next/README.md @@ -5,8 +5,8 @@ ## Usage -* `git clone git@github.com:ansible/awx-pf.git` -* cd awx-pf +* `git clone git@github.com:ansible/awx.git` +* cd awx/ui_next * npm install * npm start * visit `https://127.0.0.1:3001/`