Skip to content

Commit 30f8c3f

Browse files
authored
Merge pull request #101 from calebcartwright/docs-updates
Couple doc updates
2 parents 94beb7a + 1fcb3e1 commit 30f8c3f

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

CONTRIBUTING.md

-11
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,6 @@ git commit --amend --no-edit --signoff
107107
git push --force-with-lease <remote-name> <branch-name>
108108
```
109109

110-
### Use of Third-party code
111-
112-
- All third-party code must be placed in the `vendor/` folder.
113-
- `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.
114-
- Third-party code must include licenses.
115-
116-
A non-exclusive list of code that must be places in `vendor/`:
117-
118-
- Open source, free software, or commercially-licensed code.
119-
- Tools or libraries or protocols that are open source, free software, or commercially licensed.
120-
121110
**Thank You!** - Your contributions to open source, large or small, make projects like this possible. Thank you for taking the time to contribute.
122111

123112
### Fork and set upstream

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Dapr is a portable, event-driven, serverless runtime for building distributed ap
2525

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

28+
You will also need to install [protoc](https://github.com/protocolbuffers/protobuf#protobuf-compiler-installation).
29+
2830
## How to use
2931

3032
Add the following to your `Cargo.toml` file:

0 commit comments

Comments
 (0)