diff --git a/README.md b/README.md index a1dad673..70c16fe0 100644 --- a/README.md +++ b/README.md @@ -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