Skip to content

Commit bf959d6

Browse files
Merge pull request #54 from oracle/developer-doc-changes
removing outdated Windows-specific npm update instructions
2 parents 6ae0bab + 9e62e08 commit bf959d6

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

documentation/1.0/content/developer/_index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ The WebLogic Kubernetes Toolkit UI is a desktop application designed to help Web
2121
```bash
2222
sudo npm install --global npm
2323
```
24-
**Note**: If developing on Windows, run the following commands from a shell running as Administrator instead:
25-
```cmd
26-
npm install --global --production npm-windows-upgrade
27-
npm-windows-upgrade --npm-version latest
28-
```
2924
4. Set up your global git configuration by running the following commands:
3025
```bash
3126
git config --global user.name "<your real name>"

documentation/staging/content/developer/_index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ The WebLogic Kubernetes Toolkit UI is a desktop application designed to help Web
2121
```bash
2222
sudo npm install --global npm
2323
```
24-
**Note**: If developing on Windows, run the following commands from a shell running as Administrator instead:
25-
```cmd
26-
npm install --global --production npm-windows-upgrade
27-
npm-windows-upgrade --npm-version latest
28-
```
2924
4. Set up your global git configuration by running the following commands:
3025
```bash
3126
git config --global user.name "<your real name>"

0 commit comments

Comments
 (0)