Merge pull request #27 from balena-io/fix-quickstart-paths

Fix quickstart paths
This commit is contained in:
dfunckt 2018-12-17 15:21:06 +02:00 committed by GitHub
commit 9d48debca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
.vagrant/
config/
src/
package-lock.json

3
package-lock.json generated
View File

@ -1,3 +0,0 @@
{
"lockfileVersion": 1
}

View File

@ -91,4 +91,4 @@ echo_bold "==> Success!"
echo ' - Start the instance with: ./scripts/compose up -d'
echo ' - Stop the instance with: ./scripts/compose stop'
echo ' - To create the superuser, see: ./scripts/create-superuser -h'
echo " - Use the following certificate with Balena CLI: ${CONFIG_DIR}/root/ca.crt"
echo " - Use the following certificate with Balena CLI: ${CERTS_DIR}/root/ca.crt"