File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Before we can accept your contributions you have to sign the [Contributor Licens
12
12
## Prerequisites
13
13
14
14
To build the Arduino CLI from sources you need the following tools to be
15
- available in your local enviroment :
15
+ available in your local environment :
16
16
17
17
* [ Go] [ 1 ] version 1.12 or later
18
18
* [ 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:
25
25
If you're working on the gRPC interface you will also have to:
26
26
27
27
* download the [ protoc] [ 6 ] compiler
28
- * run ` go get -U github.com/golang/protobuf/protoc-gen-go `
28
+ * run ` go get -u github.com/golang/protobuf/protoc-gen-go `
29
29
30
30
## Building the source code
31
31
@@ -101,7 +101,7 @@ have Python installed in your system, if this is not the case you can
101
101
your Operating System.
102
102
103
103
Some dependencies need to be installed before running the tests and to avoid
104
- polluting your global Python enviroment with dependencies that might be only
104
+ polluting your global Python environment with dependencies that might be only
105
105
used by the Arduino CLI, you can use a [ virtual environment] [ 4 ] . There are many
106
106
ways to manage virtual environments, for example you can use a productivity tool
107
107
called [ hatch] [ 5 ] . First you need to install it (you might need to ` sudo `
You can’t perform that action at this time.
0 commit comments