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: docs/userguide/install.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,26 @@ utPLSQL is continuously tested against following versions of Oracle databases
9
9
* 18c
10
10
* 19c
11
11
12
-
We do our best to assure fill compatibility with supported versions of Oracle databases [See](http://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf#page=6)
12
+
We do our best to assure full compatibility with supported versions of Oracle databases [See](http://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf#page=6)
13
13
14
14
# Downloading utPLSQL
15
15
16
16
## Manual download
17
17
18
-
- Go to GitHub releases page for utPLSQL `https://github.com/utPLSQL/utPLSQL/releases`
19
-
- Download and one of files
18
+
- Go to GitHub releases page for utPLSQL [`https://github.com/utPLSQL/utPLSQL/releases`](https://github.com/utPLSQL/utPLSQL/releases)
19
+
- Choose the version to download - latest is always greatest
20
+
- Download one of files
20
21
- utPLSQL.tar.gz
21
22
- utPLSQL.zip
22
23
23
-
The files have identical content but different compression (tar / zip ) so choose whichever you preref depending on your platform (Win/Mac/Unix/Linux)
24
+
The files have identical content but use different compression (tar / zip ) so choose whichever you prefer depending on your platform (Win/Mac/Unix/Linux).
24
25
25
26
26
27
## Scripted download of latest utPLSQL version
27
28
28
29
The below snippets can be used to download latest version of utPLSQL from github releases.
29
30
30
-
Installation instructions are outlined in next sections of this document.
31
+
After downloading follow the installation instructions in next sections of this document.
0 commit comments