Skip to content

Commit 4e2a914

Browse files
committed
Merge branch 'master' of github.com:arnoudbuzing/webunit
2 parents 5df4736 + 1b4c5d8 commit 4e2a914

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,10 @@ Supported functionality includes:
1010
* Reading web page content and taking screen shots
1111
* Executing javascript in the current browser session and returning javascript function results
1212

13-
To install the cloned copy of this repository in the Wolfram Language, run the following commands:
13+
To install this package:
1414

15-
`PacletDirectoryAdd[ "<path to repo>/WebUnit" ]`
15+
* Navigate to the 'Releases' area of this repository: https://github.com/arnoudbuzing/webunit/releases
16+
* Download the most release WebUnit-x.y.z.paclet file from this page
17+
* Start the Wolfram Language and evaluate the following command (replacing x.y.z with the actual version digits):
1618

17-
`PacletInstall["WebUnit"]`
18-
19-
Or download a released .paclet file and install it with:
20-
21-
`PacletInstall["WebUnit-x.y.z.paclet"]`
22-
23-
where x.y.z is replaced by and actual released version number (e.g. 0.0.1)
24-
25-
26-
19+
`PacletInstall["<path to downloads>/WebUnit-x.y.z.paclet"]`

0 commit comments

Comments
 (0)