Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aembler committed Mar 16, 2021
1 parent 420a22d commit e090b57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A command line utility for working with Concrete CMS.

The Concrete console is most effectively installed using Composer.

compose require concrete5/console
composer require concrete5/console

You can do this from within a composer-installed Concrete site, and the console utility will be immediately available. Just run

Expand All @@ -18,7 +18,7 @@ From within your project's composer root.

You should also be able to install this globally with composer.

compose global require concrete5/console
composer global require concrete5/console
export PATH=~/.composer/vendor/bin:$PATH

## Running Commands
Expand Down Expand Up @@ -53,7 +53,7 @@ Returns

## Roadmap

The most importanat items we want to currently focus on are:
The most important items we want to currently focus on are:

* Add the ability to dump sites, configurations, files and more into a standardized backup archive.
* Add the ability to _restore_ a Concrete site from one of these standardized backup archives, by passing a file to a given `vendor/bin/concrete restore my_backup.gz` command.
Expand Down

0 comments on commit e090b57

Please sign in to comment.