Skip to content

Commit

Permalink
Update files for publication to GPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Basmaison committed Apr 24, 2020
1 parent cdfd09d commit 357bd13
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.0.0
## 04/24/2020

1. [](#new)
* Add the plugin to GPM.

# v0.1.0
## 04/24/2020

Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ It adds a meta tag on the website pointing to the wallet that will receive the p

## Installation

Installing the Web Monetization plugin can be done with git or a zip file.
Installing the Web Monetization plugin can be done in one of four ways: with <abbr title="Grav Package Manager">GPM</abbr>, git, a zip file or the Admin Plugin.

### <abbr>GPM</abbr> Installation (Preferred)

To install the plugin via the [<abbr>GPM</abbr>](http://learn.getgrav.org/advanced/grav-gpm), through your system’s terminal (also called the command line), navigate to the root of your Grav installation, then enter:

```shell
bin/gpm install web-monetization
```

This will install the Web Monetization plugin into the `user/plugins/web-monetization` directory at the root of your Grav installation.

### Git Installation

Expand All @@ -18,7 +28,11 @@ cd user/plugins && git clone [email protected]:arkhi/grav-plugin-web-monetization

### Zip file Installation

To install the plugin manually, download the zip version of this repository and unzip it in the `user/plugins` directory. Then rename the directory to `web-monetization`. You can find these files on [Gitlab](https://framagit.org/arkhi/grav-plugin-web-monetization).
To install the plugin manually, download the zip version of this repository and unzip it in the `user/plugins` directory. Then rename the directory to `web-monetization`. You can find these files on [Gitlab](https://framagit.org/arkhi/grav-plugin-web-monetization) or via [GetGrav.org](http://getgrav.org/downloads/plugins#extras).

### Admin Plugin

If you use the Admin Plugin, you can install the plugin directly by browsing the `Plugins`-menu and clicking on the `Add` button.

---

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Web Monetization
version: 0.1.0
version: 1.0.0
description: Implements Web Monetization on the website.
icon: money
author:
Expand Down

0 comments on commit 357bd13

Please sign in to comment.