diff --git a/README.md b/README.md index e29582f..cc95968 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # DagsterTUI - Terminal UI for Dagster +The GraphQL wrapper for your dagster environments. Work with dagster from the comfort of your terminal + +## Installation + +- go to the releases tab and download the file package that matches the architecture of your machine + ## Configuration In your root directory create a `~/.dagstertui` folder and in there you can create your `config.json` file @@ -17,7 +23,6 @@ In your root directory create a `~/.dagstertui` folder and in there you can crea And then you can start the dagster-tui by specifying which environment you want to target: `/path/to/dagstertui -e test` - ## Local Development Currently using Go Version `1.16.7 darwin/amd64` @@ -31,4 +36,4 @@ and running application with: ``` ~/go/bin/dagsterui -e -``` \ No newline at end of file +```