diff --git a/README.md b/README.md index 72fbe33..3ef685d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ - [Demo](#demo) - [Built With](#built-with) - [Setup](#setup) + - [Production](#production) - [Development](#development) - [License](#license) @@ -60,6 +61,21 @@ Demo CSV Files: ## Setup +
+ +

+ Production +

+
+ +#### Prerequisites +- [Docker](https://docs.docker.com/install/) + +#### Instructions +1. Run the docker image: `docker run -p 80:80 git.zakscode.com/ztimson/etf:latest` +2. Open [http://localhost](http://localhost) +
+