From c105995d6d65acfe31b686b69179b19a0f7de0c5 Mon Sep 17 00:00:00 2001 From: Paul M Date: Mon, 2 Nov 2020 16:48:07 -0600 Subject: [PATCH] Update README.md Readme clarification --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b36eeb1..1205afd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ # rpimc Raspberry PI Medial Center -Designed to be used with a google chromecast. Componets seperated into branches. +Designed to be used with a google chromecasts. Componets seperated into branches. -# Frontend -A react native android application, acts as a remote control +# Frontend Branch +A react native android application, acts as a remote control. This is built using +Expo. -# Backend +# Backend Branch A Python based web service and controller chromecasts + +# Notes +Example for cloning the frontend +git clone -b frontend https://github.com/kake26/rpimc.git + +Some values still hardcoded as its a work in progress. 1.0 Release will be soon.