Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shry committed Apr 25, 2019
1 parent 48b0eb3 commit c133cd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Wordup CLI
[![Downloads/week](https://img.shields.io/npm/dw/wordup-cli.svg)](https://npmjs.org/package/wordup-cli)
[![License](https://img.shields.io/npm/l/wordup-cli.svg)](https://github.com/wordup/wordup-cli/blob/master/package.json)

Wordup CLI is an open-source development toolkit for setting up and managing your local WordPress Theme/Plugin development, so that you can tottaly focus on coding.
Wordup CLI is an open-source development toolkit for setting up and managing your local WordPress Theme/Plugin development, so that you can totally focus on coding.

It is based on docker-compose and uses a docker containerized LAMP-stack with all WordPress Plugins/Themes you need for your current project.

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-wpcli
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ COPY php.conf.ini /usr/local/etc/php/conf.d/conf.ini

USER www-data

RUN wp package install https://github.com/wordup-dev/wordup-wp-cli/archive/master.zip
RUN wp package install https://github.com/wordup-dev/wordup-wp-cli/archive/v0.1.5.zip
RUN wp package install wp-cli/dist-archive-command
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],
"homepage": "https://wordup.dev",
"repository": "github:wordup-dev/wordup-cli",
"bugs":"https://github.com/wordup-dev/wordup-cli/issues",
"bugs": "https://github.com/wordup-dev/wordup-cli/issues",
"keywords": [
"wordpress",
"wordup",
Expand Down

0 comments on commit c133cd8

Please sign in to comment.