Skip to content

Commit 6c4bce8

Browse files
authored
Update README.md
1 parent ccd7d53 commit 6c4bce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MicrogridUp Design Tool - for a given circuit, determine an optimal set of micro
55
## Installation (for Users)
66

77
1. Install [Docker](https://docs.docker.com/get-docker/)
8-
1. Get the app `docker pull dpinney/microgridup`
8+
1. Get the app `docker pull ghcr.io/dpinney/microgridup:main`
99
1. Start the app with `docker run -d -p 5000:5000 --name mgucont mguim`
1010
1. The web app will then be running at http://127.0.0.1:5000
1111

@@ -14,4 +14,4 @@ MicrogridUp Design Tool - for a given circuit, determine an optimal set of micro
1414
1. You'll need python v3.6 or later.
1515
1. `pip install -e git+https://github.com/dpinney/microgridup`
1616
1. Test the code by running `python microgrid_test_3mg.py`
17-
1. Start the GUI with `python microgridup_gui.py`
17+
1. Start the GUI with `python microgridup_gui.py`

0 commit comments

Comments
 (0)