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: readme.md
+9-8
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ Web-based terminal application for InterSystems Caché database. Access your dat
4
4
Visit [project page](http://intersystems-ru.github.io/webterminal) for more details.
5
5
6
6
### Installation
7
-
Download latest version from <ahref="http://intersystems-ru.github.io/webterminal/#downloads">project page</a> and import XML file into %SYS namespace. Make sure that you have enabled write access to CACHELIB database during installation process. Later you can update application by typing "/update" command.
7
+
Download the latest version from <ahref="http://intersystems-ru.github.io/webterminal/#downloads">project page</a>
8
+
and import XML file into %SYS namespace. Later you can update application only by typing `/update` command.
8
9
9
10
### Usage
10
11
After installation, you will be able to access application at `http://[host]:[port]/terminal/` (slash at the end is required).
@@ -50,7 +51,7 @@ Type "/help" there to get more information.
50
51
</tr>
51
52
<tr>
52
53
<td class="info">Self-update</td>
53
-
<td>Second version of terminal can be automatically updated by one command.</td>
54
+
<td>Terminal v3.1.4 can be automatically updated by `/update` command.</td>
54
55
</tr>
55
56
<tr>
56
57
<td class="info">Explore!</td>
@@ -62,15 +63,15 @@ Type "/help" there to get more information.
62
63
We are glad to see anyone who want to contribute to Caché WEB Terminal development! Check the
0 commit comments