From b44d746bbecfd39fe85adfea555a47e93ea0e79a Mon Sep 17 00:00:00 2001
From: Jingyan Ling <jingyanling2018@u.northwestern.edu>
Date: Wed, 10 Jul 2019 16:51:22 -0700
Subject: [PATCH] update journal

---
 README.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 216d276..f1c73c0 100644
--- a/README.md
+++ b/README.md
@@ -250,10 +250,19 @@
     - `.dxf` file
 
 - Manually tested pipeline till step 4
+
+- Step 3
+- ![](journal_media/sample_conn_pcbnew.png)
+
+- Step 4
+- ![](journal_media/sample_autorouting.gif)
+  - ISSUE:
+    - Board outlines are not exported correctly to `FreeRouting`
+  
   - Record of Tips:
     - To run `FreeRouting` from command line:
       ~~~
-      java -jar freeRouting.jar 
+      java -jar freeRouting.jar [proj.dsn]
       ~~~
 - TODO:
   - Finish with testing the pipeline manually
-- 
GitLab