-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# reviewReport | ||
A review report plugin for OMP 1.2.0+/OJS 3.1+. | ||
|
||
To install this plugin, either use git... | ||
|
||
cd plugins/reports | ||
git clone https://github.com/pkp/reviewReport | ||
|
||
...or download a tarball... | ||
|
||
cd plugins/reports | ||
tar xzf /path/to/reviewReport.tar.gz | ||
|
||
...or find the plugin in the Plugin Gallery within your application, if available. | ||
|
||
This should make the report available immediately in your application in Tools > Statistics. |