Skip to content

Quick fixes to README #1197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2025
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Welcome to the Sourcegraph documentation! We're excited to have you contribute t
To get started with this template, clone this repository to your local machine using the following command:

```sh
git clone https://github.com/sourcegraph/docs.git sourcegraph-docs
git clone https://github.com/sourcegraph/docs.git docs
```

Navigate to the project directory by typing the following command in your terminal:

```sh
cd sourcegraph-docs
cd docs
```

Before the dependencies are install make sure your local machine has the following versions of `node` and `pnpm` installed:
Before the dependencies are installed make sure your local machine has the following versions of `node` and `pnpm` installed:

* node: `v20.8.1`
* pnpm: `8.13.1`
Expand Down