Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gRegorLove committed Aug 6, 2022
1 parent bfeb99b commit f3129cf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,11 @@ IndieAuth is an identity layer on top of OAuth 2.0. It can be used to obtain acc
* ProcessWire 3

## Installation
The recommended method is to use the ProcessWire admin area’s module interface.
The recommended method is to use the ProcessWire admin area’s module interface. If you prefer to install manually, see below.

Navigate to Modules > New. In the Module Class Name field, enter `ProcessIndieAuth`.

Continue with Setup below.

## Installation from Github
If you prefer to manually install:

* Create directory `/site/modules/ProcessIndieAuth`
* Upload the plugin files to that directory
* Install the module from the ProcessWire admin

Continue with Setup below.
Continue with the [Setup](#setup) steps.

## Setup
* Copy the template files from `/extras/templates` into your `/site/templates` directory
Expand Down Expand Up @@ -50,6 +41,15 @@ This should result in three `<link>` elements in the source HTML:
</head>
```

## Installation from Github
If you prefer to manually install:

* Create directory `/site/modules/ProcessIndieAuth`
* Upload the plugin files to that directory
* Install the module from the ProcessWire admin

Continue with the [Setup](#setup) steps.

## Changelog
* [Changelog](CHANGELOG.md)

Expand Down

0 comments on commit f3129cf

Please sign in to comment.