File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,12 @@ Get up and running in local dev in < 5 minutes:
6565git clone https://github.com/cipherstash/proxy
6666cd proxy
6767
68- # Install the CipherStash CLI
69- # # macOS
70- brew install cipherstash/tap/stash
71- # # Linux
72- # # Download from https://github.com/cipherstash/cli-releases/releases/latest
73-
74- # Setup your CipherStash configuration
75- stash setup --proxy
76- # ⬆️ this outputs creds to .env.proxy.docker
68+ # Sign up, create a workspace, and generate credentials
69+ # Visit: https://dashboard.cipherstash.com/sign-up
70+
71+ # Put credentials in .env.proxy.docker
72+ # Copy the credentials from the dashboard and paste them into .env.proxy.docker using your preferred text editor.
73+ nano .env.proxy.docker
7774
7875# Start the containers
7976docker compose up
You can’t perform that action at this time.
0 commit comments