diff --git a/README.md b/README.md
index 19ebf1167601b9e660e00c7d77c5b5b138e51fa3..d168909c5390e254a34e89925e365152c630765e 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,25 @@
# Julia - the scientific programming language of the future
-### Dr. Laurent Heirendt
+To get started on Julia:
-##### Luxembourg Centre for Systems Biomedicine
+```
+] add IJulia
+] add Conda
+```
-
-
-
+Then:
-##### October 1st, 2018 - Seminar TU Munich
+```
+julia> using Conda
+julia> using IJulia
+julia> Conda.add_channel("conda-forge")
+julia> Conda.add("rise")
+```
-Ref for display of Julia notebook: https://rise.readthedocs.io/en/docs_hot_fixes/usage.html
+To then run the notebook:
+
+```
+julia> notebook()
+```
+
+Then, click on the bar plot icon in the toolbar or hit `Alt-R`.
\ No newline at end of file