From cf1eec761b0182ae7af83b03ecbe3ffc4c22b897 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sun, 14 Aug 2016 09:44:49 +0100 Subject: [PATCH] Further adjustments to README.md --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 20c9498fa..1ad7c99b8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +Badges +------ +[![Build Status](https://travis-ci.org/jekkos/opensourcepos.svg?branch=master)](https://travis-ci.org/jekkos/opensourcepos) +[![Join the chat at https://gitter.im/jekkos/opensourcepos](https://badges.gitter.im/jekkos/opensourcepos.svg)](https://gitter.im/jekkos/opensourcepos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![devDependency Status](https://david-dm.org/jekkos/opensourcepos/dev-status.svg)](https://david-dm.org/jekkos/opensourcepos#info=devDependencie) +[![Dependency Status](https://gemnasium.com/badges/github.com/jekkos/opensourcepos.svg)](https://gemnasium.com/github.com/jekkos/opensourcepos) +[![GitHub version](https://badge.fury.io/gh/jekkos%2Fopensourcepos.svg)](https://badge.fury.io/gh/jekkos%2Fopensourcepos) + Introduction ------------ @@ -28,20 +36,13 @@ It's important to understand that althought you are free to use the software the Therefore any actions like: - Removing COPYING and any license files is prohibited -- Authoring the footer notice replacing with your own or even worse claim the copyright is absolutely prohibited +- Authoring the footer notice replacing it with your own or even worse claiming the copyright is absolutely prohibited +- Claiming full ownership of the code is prohibited In short you are free to use the software but you cannot claim any property on it. Any person or company found breaching the license agreement will be chased up. -Badges ------- -[![Build Status](https://travis-ci.org/jekkos/opensourcepos.svg?branch=master)](https://travis-ci.org/jekkos/opensourcepos) -[![Join the chat at https://gitter.im/jekkos/opensourcepos](https://badges.gitter.im/jekkos/opensourcepos.svg)](https://gitter.im/jekkos/opensourcepos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![devDependency Status](https://david-dm.org/jekkos/opensourcepos/dev-status.svg)](https://david-dm.org/jekkos/opensourcepos#info=devDependencie) -[![Dependency Status](https://gemnasium.com/badges/github.com/jekkos/opensourcepos.svg)](https://gemnasium.com/github.com/jekkos/opensourcepos) -[![GitHub version](https://badge.fury.io/gh/jekkos%2Fopensourcepos.svg)](https://badge.fury.io/gh/jekkos%2Fopensourcepos) - Keep the Machine Running ------------------------ If you like the project, and you are making money out of it on a daily basis, then consider buying me a coffee so I can keep adding features. @@ -112,6 +113,8 @@ Local install * password: pointofsale 9. Enjoy +P.S.: For more infor about a local install based on Raspberry PI please read our wiki + Local install using Docker -------------------------- From now on ospos can be deployed using Docker on Linux, Mac or Windows. This setup dramatically reduces the number of possible issues as all setup is now done in a Dockerfile. Docker runs natively on mac and linux, but will require more overhead on windows. Please refer to the docker documentation for instructions on how to set it up on your platform.