Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 881 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 881 Bytes

Command Line Tools for Spirit of Football

Manage aspects of the Spirit of Football website through the command line.

Description

Command Line Tools for Spirit of Football is a WordPress plugin that provides a set of WP-CLI tools for managing the Spirit of Football website.

Use wp help sof <command> to find out more.

Installation

There are two ways to install from GitHub:

ZIP Download

If you have downloaded Command Line Tools for Spirit of Football as a ZIP file from the GitHub repository, do the following to install and activate the plugin:

  1. Unzip the .zip file and, if needed, rename the enclosing folder so that the plugin's files are located directly inside /wp-content/plugins/cli-tools-for-sof
  2. Activate the plugin.
  3. You are done.

git clone

If you have cloned the code from GitHub, it is assumed that you know what you're doing.