bradhutchings commited on
Commit
e87e614
·
verified ·
1 Parent(s): cbd04fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -23,14 +23,16 @@ [email protected]
23
  1. Use VNC to connect to your appliance.
24
  2. On the appliance, open a web browser to this page.
25
  3. Go to the **Files and versions** tab of this web page.
26
- 4. Download the file **mmojo-server** file.
27
- 5. Open a Terminal. Type commands:
28
  ```
29
  cd ~/Downloads
 
30
  chmod a+x mmojo-server
31
  mv mmojo-server ~/Mmojo-LLMs
 
32
  ```
33
- 6. Right-click the **Choose Model.sh** script on your Desktop. Choose an available model to restart **mmojo-server**.
34
 
35
  I'll have a script on the Desktop to do an upgrade soon.
36
 
 
23
  1. Use VNC to connect to your appliance.
24
  2. On the appliance, open a web browser to this page.
25
  3. Go to the **Files and versions** tab of this web page.
26
+ 4. Download the file **Mmojo-Server-Update-MKA.zip** file.
27
+ 5. Open a Terminal. Copy these commands and paste into the Terminal:
28
  ```
29
  cd ~/Downloads
30
+ unzip Mmojo-Server-Update-MKA.zip
31
  chmod a+x mmojo-server
32
  mv mmojo-server ~/Mmojo-LLMs
33
+ ~/Desktop/Choose\ Model.sh
34
  ```
35
+ 6. Choose an available model to restart **mmojo-server**.
36
 
37
  I'll have a script on the Desktop to do an upgrade soon.
38