From 900d991b4d3d3126c2af4e4a3a5f2b626377a7f8 Mon Sep 17 00:00:00 2001
From: "Klandermans, Bert" <bert.klandermans@wur.nl>
Date: Tue, 26 Jan 2021 21:41:33 +0100
Subject: [PATCH] Update README.md

---
 README.md | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index ea4517a..4f0ca39 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,16 @@
 * Collect data from different stations
 * Run queries in separated environments without granting access to all the data
 
-## how does the farm data train work? 
+## How does the farm data train work? 
 * A model / notebook is collecting data from each station
 * Each station:
-    * pulls the model from the git repository
+    * pulls the model from the Git repository
     * builds the container
     * run the notebook
-    * add code and collect the data 
+    * add code
+    * collect the data 
+    * remove private keys / data
+    * commit & push the project to Git
 
 ## Run the in the container
 ```bash
@@ -16,9 +19,11 @@ $ git pull git@git.wur.nl:kland001/farm-data-train.git
 $ docker build -t fdt .
 $ docker run -p 8888:8888 fdt -v .:/home
 ```
-* copy the url from the terminal and paste it in the browser
-* run the notebook
-* push the code to the repository
+## Commit & push the project to the git repository
+```bash
+$ git commit . -m"added data from station2"
+$ git push
+```
 
 ## Links
 * Preview the Notebook on Google Colaboratory https://colab.research.google.com/drive/1_XwFW8BEKRIyKtVr96iqqmUc407tZob1?usp=sharing
-- 
GitLab