Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,12 @@ Get up and running in local dev in < 5 minutes:
git clone https://github.com/cipherstash/proxy
cd proxy

# Install the CipherStash CLI
## macOS
brew install cipherstash/tap/stash
## Linux
## Download from https://github.com/cipherstash/cli-releases/releases/latest

# Setup your CipherStash configuration
stash setup --proxy
# ⬆️ this outputs creds to .env.proxy.docker
# Sign up, create a workspace, and generate credentials
# Visit: https://dashboard.cipherstash.com/sign-up

# Put credentials in .env.proxy.docker
# Copy the credentials from the dashboard and paste them into .env.proxy.docker using your preferred text editor.
nano .env.proxy.docker

# Start the containers
docker compose up
Expand Down