about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2ceb22b..d1e7c3e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,25 @@
 # Source
 
-Source Code
\ No newline at end of file
+Source Code
+
+Building
+
+Simple, just:
+```
+$ go build .
+
+$ ./Source
+21:52:10 [+] Opening the csv                                             	21:52:10 [+] Calculate the acting forces                                 	
+starting worker nr. 0, processing 6250 stars
+starting worker nr. 1, processing 6250 stars
+starting worker nr. 2, processing 6250 stars
+starting worker nr. 3, processing 6250 stars
+starting worker nr. 4, processing 6250 stars
+starting worker nr. 5, processing 6250 stars
+starting worker nr. 6, processing 6250 stars
+starting worker nr. 7, processing 6250 stars
+
+sliceLength = 50004
+localRangeLen = 6250
+...
+```
\ No newline at end of file