From fe18b307c4077d1ebec4995e8d097d0130b3487e Mon Sep 17 00:00:00 2001 From: stenn930 Date: Fri, 5 Sep 2025 23:10:36 -0600 Subject: [PATCH] Remove "Contributor Setup" from readme (#3379) Co-authored-by: sten --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index afc32757..231cf223 100644 --- a/README.md +++ b/README.md @@ -389,20 +389,6 @@ We love to see how Skyvern is being used in the wild. Here are some examples of

-# Contributor Setup -For a complete local environment CLI Installation -```bash -pip install -e . -``` -The following command sets up your development environment to use pre-commit (our commit hook handler) -``` -skyvern quickstart contributors -``` - - -1. Navigate to `http://localhost:8080` in your browser to start using the UI - *The Skyvern CLI supports Windows, WSL, macOS, and Linux environments.* - # Documentation More extensive documentation can be found on our [📕 docs page](https://docs.skyvern.com). Please let us know if something is unclear or missing by opening an issue or reaching out to us [via email](mailto:founders@skyvern.com) or [discord](https://discord.gg/fG2XXEuQX3).