Skip to content

Commit 532a43d

Browse files
auxesisCopilot
andcommitted
docs(getting-started): make step cross-platform
Co-authored-by: Copilot <[email protected]> Signed-off-by: Lindsay Holmwood <[email protected]>
1 parent f15a81a commit 532a43d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ git clone https://github.com/cipherstash/proxy
6666
cd proxy
6767

6868
# Sign up, create a workspace, and generate credentials
69-
open https://dashboard.cipherstash.com/sign-up
69+
# Visit: https://dashboard.cipherstash.com/sign-up
7070

7171
# Put credentials in .env.proxy.docker
72-
pbpaste > .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
7374

7475
# Start the containers
7576
docker compose up

0 commit comments

Comments
 (0)