Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
f6901230
Unverified
Commit
f6901230
authored
Apr 15, 2020
by
per1234
Committed by
GitHub
Apr 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] [skip changelog] Fix typos in CONTRIBUTING.md (#659)
parent
ad4cb769
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/CONTRIBUTING.md
docs/CONTRIBUTING.md
+3
-3
No files found.
docs/CONTRIBUTING.md
View file @
f6901230
...
...
@@ -12,7 +12,7 @@ Before we can accept your contributions you have to sign the [Contributor Licens
## Prerequisites
To build the Arduino CLI from sources you need the following tools to be
available in your local enviroment:
available in your local enviro
n
ment:
*
[
Go
][
1
]
version 1.12 or later
*
[
Taskfile
][
2
]
to help you run the most common tasks from the command line
...
...
@@ -25,7 +25,7 @@ If you want to run integration tests you will also need:
If you're working on the gRPC interface you will also have to:
*
download the
[
protoc
][
6
]
compiler
*
run
`go get -
U
github.com/golang/protobuf/protoc-gen-go`
*
run
`go get -
u
github.com/golang/protobuf/protoc-gen-go`
## Building the source code
...
...
@@ -101,7 +101,7 @@ have Python installed in your system, if this is not the case you can
your Operating System.
Some dependencies need to be installed before running the tests and to avoid
polluting your global Python enviroment with dependencies that might be only
polluting your global Python enviro
n
ment with dependencies that might be only
used by the Arduino CLI, you can use a
[
virtual environment
][
4
]
. There are many
ways to manage virtual environments, for example you can use a productivity tool
called
[
hatch
][
5
]
. First you need to install it (you might need to
`sudo`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment