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
+10-1
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,18 @@ choco install sdfcli # This installs Java 8 and Maven 3.5
73
73
74
74
Install via [Homebrew](https://brew.sh)
75
75
76
+
_Warning: the Brew Cask has been renamed. If you used it previously as `sdfcli`, please untap the cask and uninstall:_
77
+
78
+
```bash
79
+
brew untap limebox/netsuite
80
+
brew uninstall sdfcli
81
+
```
82
+
83
+
Install SDFSDK:
84
+
76
85
```bash
77
86
brew cask install caskroom/versions/java8 # Unless you already have Java 8 installed.
78
-
brew install limebox/netsuite/sdfcli
87
+
brew install limebox/netsuite/sdfsdk
79
88
```
80
89
81
90
2. The plugin is activated when a project is opened that has a `.sdf` or `.sdfcli.json` file in the root directory. So open a SDF project folder that contains a `.sdf` file.
0 commit comments