Update README.md

another minor fix on wrong path
This commit is contained in:
mcwimpy 2018-11-14 18:01:02 +01:00 committed by GitHub
parent 9a7cb99d89
commit af57a6aa02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,7 @@ minikube ssh docker images
Now change into directory Nitro-Backend/kubernetes and create services and deployments:
```sh
cd kubernetes
cd Nitro-Backend/kubernetes
kubectl create -f neo4j-deployment.yaml,neo4j-data-persistentvolumeclaim.yaml,backend-deployment.yaml,neo4j-service.json,backend-service.json
```