Skip to content

Commit f46fc3f

Browse files
committed
fix to README
1 parent ab39d3a commit f46fc3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is not yet available until the first stable version is released.
1717
### Build from source
1818

1919
* 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`
2121
* The `arduino-cli` executable will be produced in `$GOPATH/bin/arduino-cli`
2222

2323
You may want to copy the executable into a directory which is in your `PATH` environment variable
@@ -255,7 +255,7 @@ Flags:
255255
-h, --help help for core
256256

257257
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")
259259
--debug Enables debug output (super verbose, used to debug the CLI).
260260
--format string The output format, can be [text|json]. (default "text")
261261

0 commit comments

Comments
 (0)