From 6fe071d95d44bcd2544a0a1a0615cd397bfb36e3 Mon Sep 17 00:00:00 2001 From: Ray Tanaka Date: Mon, 5 Nov 2018 22:03:53 -0800 Subject: [PATCH] format fixes --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32acc69..734e033 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,12 @@ Follow the instructions corresponding to the technology you'd like to use to hos ### Optional: Allocate SD Card Storage Indicate how much, as a percentage, of the drive you want to allocate to recording dashcam footage by running this command: - ``` - export campercent= - ``` - For example, using `export campercent=100` would allocate 100% of the space to recording footage from your car, and would not create a separate music partition. `export campercent=50` would allocate half of the space for a dashcam footage drive and allocates the other half to for a music storage drive. If you don't set this, the script will allocate 90% of the total space to the dashcam by default. + +``` + export campercent= +``` + +For example, using `export campercent=100` would allocate 100% of the space to recording footage from your car and would not create a separate music partition. `export campercent=50` would allocate half of the space for a dashcam footage drive and allocates the other half to for a music storage drive. If you don't set `campercent`, the script will allocate 90% of the total space to the dashcam by default. ### Optional: Configure push notification via Pushover If you'd like to receive a text message when your Pi finishes archiving clips follow these [Instructions](doc/ConfigureNotificationsForArchive.md).