Skip to content

Commit 2d436e1

Browse files
authored
Merge pull request #336 from cipherstash/docs/update-getting-started
docs(getting-started): use Dashboard not Stash CLI
2 parents b4bb9c3 + 532a43d commit 2d436e1

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,12 @@ Get up and running in local dev in < 5 minutes:
6565
git clone https://github.com/cipherstash/proxy
6666
cd 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
7976
docker compose up

0 commit comments

Comments
 (0)