Skip to content

Commit e4be03a

Browse files
committed
Fix sdfsdk cask info. Sorry Jon.
1 parent 12082ac commit e4be03a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,18 @@ choco install sdfcli # This installs Java 8 and Maven 3.5
7373

7474
Install via [Homebrew](https://brew.sh)
7575

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+
7685
```bash
7786
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
7988
```
8089

8190
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.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "netsuitesdf",
33
"displayName": "NetSuiteSDF",
44
"description": "Plugin to integrate NetSuite SDF CLI",
5-
"version": "0.4.2",
5+
"version": "0.4.3",
66
"publisher": "markkeaton",
77
"license": "MIT",
88
"repository": "https://github.com/mark-keaton/NetSuiteSDF",

0 commit comments

Comments
 (0)