Skip to content

Commit 283a7b9

Browse files
authored
Update README.md
Update instructions for checking out the ast-on-k8s project.
1 parent 5fc80e2 commit 283a7b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

community/ast-on-k8s/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This directory contains the manifest files for running the Application Study Too
55
To clone only this directory (./ast-on-k8s), where the Kubernetes manifest files are located, follow these steps:
66
```
77
git init
8-
git clone -n --depth=1 --filter=tree:0 https://github.com/javajason/ast-config-wizard/
9-
cd ast-config-wizard
10-
git sparse-checkout set --no-cone /ast-on-k8s
8+
git clone -n --depth=1 --filter=tree:0 https://github.com/f5devcentral/application-study-tool/
9+
cd application-study-tool
10+
git sparse-checkout set --no-cone /community/ast-on-k8s
1111
git checkout
12-
cd ast-on-k8s
12+
cd community/ast-on-k8s
1313
```
1414

1515
You will also need to modify the following files, at minimum.

0 commit comments

Comments
 (0)