You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This is not yet available until the first stable version is released.
17
17
### Build from source
18
18
19
19
* You should have a recent Go compiler installed.
20
-
* Run `go get -u github.com/bcmi-labs/arduino-cli`
20
+
* Run `go get -u github.com/arduino/arduino-cli`
21
21
* The `arduino-cli` executable will be produced in `$GOPATH/bin/arduino-cli`
22
22
23
23
You may want to copy the executable into a directory which is in your `PATH` environment variable
@@ -255,7 +255,7 @@ Flags:
255
255
-h, --help helpfor core
256
256
257
257
Global Flags:
258
-
--config-file string The custom config file (if not specified ./.cli-config.yml will be used). (default "/home/megabug/Workspace/go/src/github.com/bcmi-labs/arduino-cli/.cli-config.yml")
258
+
--config-file string The custom config file (if not specified ./.cli-config.yml will be used). (default "/home/megabug/Workspace/go/src/github.com/arduino/arduino-cli/.cli-config.yml")
259
259
--debug Enables debug output (super verbose, used to debug the CLI).
260
260
--format string The output format, can be [text|json]. (default "text")
0 commit comments