Fix: add missing final newlines, untabify text
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
parent
f396134bf1
commit
db6dec0de1
7 changed files with 18 additions and 18 deletions
|
@ -7,16 +7,16 @@ For each link in your Shaarli, adds a button to save the target page in your [wa
|
|||
Clone this repository inside your `tpl/plugins/` directory, or download the archive and unpack it there.
|
||||
The directory structure should look like:
|
||||
|
||||
```
|
||||
```bash
|
||||
└── tpl
|
||||
└── plugins
|
||||
└── wallabag
|
||||
├── README.md
|
||||
├── wallabag.html
|
||||
├── wallabag.meta
|
||||
├── wallabag.php
|
||||
├── wallabag.php
|
||||
└── WallabagInstance.php
|
||||
└── wallabag
|
||||
├── README.md
|
||||
├── wallabag.html
|
||||
├── wallabag.meta
|
||||
├── wallabag.php
|
||||
├── wallabag.php
|
||||
└── WallabagInstance.php
|
||||
```
|
||||
|
||||
To enable the plugin, you can either:
|
||||
|
|
Loading…
Reference in a new issue