Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 420 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 420 Bytes

reddit gold plugin

This plugin adds the /gold/about page.

installation

First, install the python package:

python ./setup.py develop

To enable the plugin, you will need to add it to the plugins line of your reddit .ini file:

plugins = gold

To build static files for production, run make in the main reddit repository. It will detect, build, and merge in the gold plugin static files for deployment.