Skip to content

Commit

Permalink
fix: do not mention :local scripts (#974)
Browse files Browse the repository at this point in the history
They have been removed in 3219cdf.
  • Loading branch information
Demon000 authored Dec 6, 2023
1 parent f51b336 commit ef30da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -613,12 +613,12 @@ This section describes how to contribute directly to ts-proto, i.e. it's not req

**Requirements**

- [Docker](https://www.docker.com) or [protoc](https://github.com/protocolbuffers/protobuf/releases) v3.19.1
- [Docker](https://www.docker.com)
- `yarn``npm install -g yarn`

**Setup**

The commands below assume you have **Docker** installed. To use a **local** copy of `protoc` without docker, use commands suffixed with `:local`. If you are using OS X, install **coreutils**, `brew install coreutils`.
The commands below assume you have **Docker** installed. If you are using OS X, install **coreutils**, `brew install coreutils`.

- Check out the [repository]() for the latest code.
- Run `yarn install` to install the dependencies.
Expand Down

0 comments on commit ef30da5

Please sign in to comment.