Skip to content

Commit 3dc6f19

Browse files
Update README.md
Signed-off-by: Julius von Kohout <[email protected]>
1 parent 69e9231 commit 3dc6f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Requirements:
7575
```bash
7676
# build the common library
7777
COMMIT=$(cat ./frontend/COMMIT)
78-
cd $KUBEFLOW_REPO/components/crud-web-apps/common/frontend/kubeflow-common-lib
78+
cd $KUBEFLOW_REPOSITORY/components/crud-web-apps/common/frontend/kubeflow-common-lib
7979
git checkout $COMMIT
8080

8181
npm i
@@ -84,7 +84,7 @@ cd dist/kubeflow
8484
npm link
8585

8686
# run the app frontend
87-
cd $KSERVE_MODELS_WEB_APP_REPO/frontend
87+
cd $KSERVE_MODELS_WEB_APPLICATION_REPOSITORY/frontend
8888
npm i
8989
npm link kubeflow
9090
npm run build:watch

0 commit comments

Comments
 (0)