Skip to content

Commit ff9ab8f

Browse files
committed
Update README
1 parent c9aacbf commit ff9ab8f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ This app allow you to use Amazon AWS Simple Storage Service (S3) as backup syste
1111
Like Dropbox or Google Drive app you can backup your important data on AWS S3.
1212
This desktop app allow you to configure 3 different types of backup job (One time, recurring, live) to backup your data in an S3 bucket.
1313

14+
- **One time:** the backup job will be executed only one time as programmed.
15+
- **Recurring:** the backup job will be executed periodically as programmed.
16+
- **Live:** any time a file associated with the backup job changes it will be transferred to the S3 bucket.
17+
1418
The app is designed with Electron and Angular so you can use it on Windows, Mac and Linux.
1519

16-
Requirement:
20+
## Requirement:
1721

1822
This app rely on AWS CLI to use the efficient "sync" command, this mean that you need to install the AWS CLI on your own in order to use this app.
1923

@@ -78,7 +82,7 @@ To correctly quit the app right click on the tray icon and click "quit".
7882

7983
## More information
8084

81-
This app is build with the [maximegris/angular-electron](https://github.com/maximegris/angular-electron)
85+
This app is built with the [maximegris/angular-electron](https://github.com/maximegris/angular-electron)
8286
project, for more information visit the repo.
8387

8488
[license-badge]: https://img.shields.io/badge/license-Apache2-blue.svg?style=flat

0 commit comments

Comments
 (0)