File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ It implements all functions provided by web version of Arduino Create.
5
5
6
6
== Installation
7
7
. `git clone` this repository into a folder of your choice
8
- . Add '/path/to/arduino/ cli/folder' to your PATH environment variable
8
+ . Add '/path/to/arduino- cli/folder' to your PATH environment variable
9
9
. Reload shell configuration or reboot
10
10
And you're done, now let's see how to use the CLI.
11
11
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import (
34
34
35
35
"os"
36
36
37
- "github.com/arduino /arduino-cli/libraries"
37
+ "github.com/bcmi-labs /arduino-cli/libraries"
38
38
"github.com/spf13/cobra"
39
39
)
40
40
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
20
20
"strings"
21
21
22
- "github.com/arduino /arduino-cli/libraries"
22
+ "github.com/bcmi-labs /arduino-cli/libraries"
23
23
"github.com/spf13/cobra"
24
24
)
25
25
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package cmd
16
16
import (
17
17
"fmt"
18
18
19
- "github.com/arduino /arduino-cli/libraries"
19
+ "github.com/bcmi-labs /arduino-cli/libraries"
20
20
"github.com/spf13/cobra"
21
21
)
22
22
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import (
36
36
"net/http"
37
37
"path/filepath"
38
38
39
- "github.com/arduino /arduino-cli/common"
39
+ "github.com/bcmi-labs /arduino-cli/common"
40
40
)
41
41
42
42
// Index represents the content of a library_index.json file
Original file line number Diff line number Diff line change 29
29
package main
30
30
31
31
import (
32
- "github.com/arduino /arduino-cli/cmd"
32
+ "github.com/bcmi-labs /arduino-cli/cmd"
33
33
)
34
34
35
35
func main () {
You can’t perform that action at this time.
0 commit comments