File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
1212## Prerequisites
1313
1414To 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 :
1616
1717* [ Go] [ 1 ] version 1.12 or later
1818* [ 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:
2525If you're working on the gRPC interface you will also have to:
2626
2727* 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 `
2929
3030## Building the source code
3131
@@ -101,7 +101,7 @@ have Python installed in your system, if this is not the case you can
101101your Operating System.
102102
103103Some 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
105105used by the Arduino CLI, you can use a [ virtual environment] [ 4 ] . There are many
106106ways to manage virtual environments, for example you can use a productivity tool
107107called [ 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