Skip to content

Commit

Permalink
Merge pull request #101 from calebcartwright/docs-updates
Browse files Browse the repository at this point in the history
Couple doc updates
  • Loading branch information
mikeee authored Mar 17, 2024
2 parents 94beb7a + 1fcb3e1 commit 30f8c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,6 @@ git commit --amend --no-edit --signoff
git push --force-with-lease <remote-name> <branch-name>
```

### Use of Third-party code

- All third-party code must be placed in the `vendor/` folder.
- `vendor/` folder is managed by Go modules and stores the source code of third-party Go dependencies. - The `vendor/` folder should not be modified manually.
- Third-party code must include licenses.

A non-exclusive list of code that must be places in `vendor/`:

- Open source, free software, or commercially-licensed code.
- Tools or libraries or protocols that are open source, free software, or commercially licensed.

**Thank You!** - Your contributions to open source, large or small, make projects like this possible. Thank you for taking the time to contribute.

### Fork and set upstream
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Dapr is a portable, event-driven, serverless runtime for building distributed ap

Ensure you have Rust version 1.40 or higher installed. If not, install Rust [here](https://www.rust-lang.org/tools/install).

You will also need to install [protoc](https://github.com/protocolbuffers/protobuf#protobuf-compiler-installation).

## How to use

Add the following to your `Cargo.toml` file:
Expand Down

0 comments on commit 30f8c3f

Please sign in to comment.