Skip to content

Commit 19ef617

Browse files
committed
fix: update README
1 parent 8638acd commit 19ef617

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ In the GitHub Release View you will find 4 archives in the assets of the corresp
6262
We recommend downloading either the `geoMetadata.tar.gz` or the `geoMetadata.zip` archive, which include the JavaScript dependencies. The following guidelines will guide you through the installation process using these archives. There are two options available:
6363

6464
#### Installation via Upload
65-
1. Download as `zip-archive` or `tar.gz-archive`. Renaming is not required.
65+
1. Download as `zip`-archive or `tar.gz`-archive. Renaming is not required.
6666
1. Use the button `Upload a New Plugin` in the OJS plugin settings (OJS > Dashboard > Website > Plugins > Installed Plugins).
67-
1. Select the `zip-archive` or `tar.gz-archive` for upload and click the `Save`-button.
67+
1. Select the `zip`-archive or `tar.gz`-archive for upload and click the `Save`-button.
6868
1. Activate the plugin in the OJS plugin settings (OJS > Dashboard > Website > Plugins > Installed Plugins) and continue with [Configuration](#configuration).
6969

7070
_Troubleshooting `File size error.` during Installation via upload_
@@ -75,7 +75,7 @@ _Troubleshooting `File size error.` during Installation via upload_
7575
- `post_max_size = 100M`
7676
- `upload_max_filesize = 100M`
7777
- To apply the changes in the `php.ini`-file, a restart of Apache and OJS is required.
78-
- If you want to upload the plugin as `tar.gz-archive` you need to define the `tar`-path in the OJS configuration file (`config.inc.php`).
78+
- If you want to upload the plugin as `tar.gz`-archive you need to define the `tar`-path in the OJS configuration file (`config.inc.php`).
7979
- code sequence in the `config.inc.php`:
8080
```
8181
; tar (used in backup plugin, translation packaging)

0 commit comments

Comments
 (0)