Skip to content

Commit

Permalink
Clarify directory name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ctgraham authored Sep 5, 2018
1 parent 706b865 commit d64805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This plugin verifies new user registrations via the [Akismet anti-spam service](

## Installation

Install this as a "generic" plugin in OJS. To install manually via the filesystem, extract the contents of this archive to a directory (e.g. "akismet") under "plugins/generic" in your OJS root. To install via Git submodule, target that same directory path: `git submodule add https://github.com/ulsdevteam/pkp-akismet plugins/generic/akismet` and `git submodule update --init --recursive plugins/generic/akismet`. Run the upgrade script to register this plugin, e.g.: `php tools/upgrade.php upgrade`
Install this as a "generic" plugin in OJS. To install manually via the filesystem, extract the contents of this archive to an "akismet" directory under "plugins/generic" in your OJS root. To install via Git submodule, target that same directory path: `git submodule add https://github.com/ulsdevteam/pkp-akismet plugins/generic/akismet` and `git submodule update --init --recursive plugins/generic/akismet`. Run the upgrade script to register this plugin, e.g.: `php tools/upgrade.php upgrade`

## Configuration

Expand Down

0 comments on commit d64805e

Please sign in to comment.