From 3d9ee02e162b34cbf9b7280cb190d0f4e14ba508 Mon Sep 17 00:00:00 2001
From: Max Nyberg Carlsson <max.nyberg_carlsson@control.lth.se>
Date: Mon, 31 Oct 2022 13:25:51 +0100
Subject: [PATCH] Small mention of clean.sh

---
 data/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/data/README.md b/data/README.md
index 996647d..ff4131d 100644
--- a/data/README.md
+++ b/data/README.md
@@ -1,7 +1,12 @@
 # Data
+
 - The `examples` folder are less interesting than `mix1.txt`
 - `jogging1.txt` and `jogging2.txt` had the phone in a jacket pocket
 - `mix1.txt` had the phone in a jacket pocket and is a sequence of walk, jog, walk, stand, jog, walk
 - `standing1.txt` had the phone in a pants pocket
 - `walking1.txt` had the phone in a pants pocket
 - `walking2.txt` had the phone in a jacket pocket
+
+---
+
+To add custom data named `data.txt`, add to this folder and run `./clean.sh data.txt` to split measurements into new files.
-- 
GitLab