Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
voronkovich committed Dec 25, 2021
1 parent 96ef12d commit 4dfe37f
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 @@ -3,7 +3,7 @@
[![CI](https://github.com/PopArtDesign/rambo/actions/workflows/ci.yaml/badge.svg)](https://github.com/PopArtDesign/rambo/actions/workflows/ci.yaml)
[![GitHub license](https://img.shields.io/github/license/PopArtDesign/rambo)](https://github.com/PopArtDesign/rambo/blob/main/LICENSE)

Simple backup tool for web sites (Joomla!, WordPress and etc.)
Rambo is a simple backup tool for web sites ([Joomla!](https://www.joomla.org/), [WordPress](https://wordpress.org/) and etc.) written in [Bash](https://www.gnu.org/software/bash/).

## Install

Expand Down Expand Up @@ -62,13 +62,13 @@ CONFIG

### Main config file

If you don't want to store Rambo's config in your site's root, you can create config file outside:
If you don't want to store Rambo's config in your site's root, you can create the config file outside:

```sh
cat > /etc/rambo/mysite.conf <<CONFIG
root: /var/www/mysite
plugin: default
include: index.html upload/*
include: index.html uploads/*
CONFIG
```

Expand Down

0 comments on commit 4dfe37f

Please sign in to comment.