Skip to content

Commit 5bda776

Browse files
committed
Update README
1 parent 85c0dd8 commit 5bda776

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ Library for stubbing and setting expectations on HTTP requests in Delphi with
77
* [DUnitX](https://github.com/VSoftTechnologies/DUnitX)
88
* [Indy](https://www.indyproject.org)
99

10-
\* Delphi-WebMocks was developed in Delphi 10.3 (Rio) and 10.4 (Sydney) and has
11-
been reported working on 10.1 (Berlin). I'd be interested to hear from anyone
12-
working on other versions. As Delphi-WebMocks makes use of the `System.Net
13-
library introduced with XE8 it will not be compatible with earlier versions.
10+
\* Delphi-WebMocks was developed in Delphi 10.3 (Rio) and 10.4 (Sydney) and
11+
runtime packages are provided for these versions. WebMocks has been reported
12+
working on 10.1 (Berlin). I'd be interested to hear from anyone working on other
13+
versions. As Delphi-WebMocks makes use of the `System.Net library introduced
14+
with XE8 it will not be compatible with earlier versions. Should anyone wish to
15+
provide a runtime package for a version earlier than 10.3 Rio then please open a
16+
pull-request.
1417

1518
## Optional Dependencies
1619
* [TestInsight](https://bitbucket.org/sglienke/testinsight/wiki/Home) is
@@ -23,12 +26,11 @@ WebMocks should now be listed in
2326
[Delphinus](https://github.com/Memnarch/Delphinus) package manager.
2427

2528
## Installation: Manual
26-
WebMocks is a source only library. You do not need to compile any packages.
27-
Steps:
2829
1. Download and extract the latest version
2930
[1.2.1](https://github.com/appercept/Delphi-WebMocks/archive/1.2.1.zip).
30-
2. Add the extracted folder to Delphi's "Library path" under "Tools >
31-
Options... > Language > Delphi > Library".
31+
2. Open the package appropriate for your Delphi version in the `Packages`
32+
folder.
33+
3. Build and install the package.
3234

3335
## Setup
3436
In your test unit file a couple of simple steps are required.

0 commit comments

Comments
 (0)