From 25be702e3fbed5737f35e1932d017eab1393d678 Mon Sep 17 00:00:00 2001 From: Katie Beutel <97633392+kbeutel@users.noreply.github.com> Date: Thu, 7 Dec 2023 09:40:55 -0600 Subject: [PATCH] Create download-and-open-genvisis.md --- GetStarted/download-and-open-genvisis.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 GetStarted/download-and-open-genvisis.md diff --git a/GetStarted/download-and-open-genvisis.md b/GetStarted/download-and-open-genvisis.md new file mode 100644 index 0000000..d2e7461 --- /dev/null +++ b/GetStarted/download-and-open-genvisis.md @@ -0,0 +1,19 @@ +## Download and Open Genvisis + +1. [Download Genvisis and a Genvisis starter project](https://genvisis.org/#/download). +2. Run **genvisis.jar**. + * For Linux or Mac, or if you are running remotely on Linux: + * Open a terminal and run **java -Xmx#g -jar [path]/genvisis.jar** + * **#g** is the number of gigabytes of memory to use + * [path] is the location of the genvisis.jar file + * Example + * **java -Xmx24g -jar ~/genvisis.jar** (if **genvisis.jar** is saved in your home directory) + * Alternatively, locate **genvisis.jar** within a file manager and double-click on the Genvisis icon + * For Windows: + * Open a text file and write inside **java -Xmx#g -jar genvisis.jar** + * **#g** is the number of gigabytes of memory to use + * Example: **java -Xmx24g -jar genvisis.jar** + * Save the text file as **vis.bat** in the same directory as **genvisis.jar** + * Double-click **vis.bat** + +![Image of Genvisis opened for the first time](/Images/GenvisisOpened.png)