From 5b5789734c0a75e63ceb44e2796b5ce49c7b0343 Mon Sep 17 00:00:00 2001 From: ajikamaludin Date: Thu, 11 May 2023 03:58:02 +0700 Subject: [PATCH] UPDATE README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e360eff..ecb28f0 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # Laravel Simple POS This is a simple POS app built with laravel , inertiajs , react , tailwindcss with flowbite + ## Support me Trakteer Saya ## Requirements -- PHP 8.1 or latest -- Node 16+ or latest +- PHP 8.1 or latest +- Node 16+ or latest ## How to run @@ -32,3 +33,9 @@ password : password ```bash npm run build ``` + +## Rsync + +```bash +rsync -arP -e 'ssh -p 224' --exclude=node_modules --exclude=.git --exclude=storage/logs --exclude=public/hot . arm@ajikamaludin.id:/home/arm/projects/simple-pos +```