We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15a81a commit 532a43dCopy full SHA for 532a43d
README.md
@@ -66,10 +66,11 @@ git clone https://github.com/cipherstash/proxy
66
cd proxy
67
68
# Sign up, create a workspace, and generate credentials
69
-open https://dashboard.cipherstash.com/sign-up
+# Visit: https://dashboard.cipherstash.com/sign-up
70
71
# Put credentials in .env.proxy.docker
72
-pbpaste > .env.proxy.docker
+# Copy the credentials from the dashboard and paste them into .env.proxy.docker using your preferred text editor.
73
+nano .env.proxy.docker
74
75
# Start the containers
76
docker compose up
0 commit comments