From 80712a7cbbc761f2c9874690c6e539660303c9b5 Mon Sep 17 00:00:00 2001 From: petersutter5 <94383285+petersutter5@users.noreply.github.com> Date: Fri, 28 Oct 2022 19:58:37 -0400 Subject: [PATCH] docs: Install instructions fix directory issue (#3290) What this PR does / why we need it: When you run 'feast init my_feature_repo', it makes a 'my_feature_repo' directory. However the 'feature_store.yaml' file is within another directory called 'feature_repo'. So the feast apply command gives an error if you are simply in the 'my_feature_store' directory. Which issue(s) this PR fixes: This fixes a minor issue in the README with the install instructions Fixes # Signed-off-by: Danny Chiao Signed-off-by: Danny Chiao --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b48f19f8f..e1107d3457 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ pip install feast ### 2. Create a feature repository ```commandline feast init my_feature_repo -cd my_feature_repo +cd my_feature_repo/feature_repo ``` ### 3. Register your feature definitions and set up your feature store @@ -227,4 +227,4 @@ Thanks goes to these incredible people: - \ No newline at end of file +