From a0eb643a638708fcd8c7d25a3da86d32c8ff1ea5 Mon Sep 17 00:00:00 2001 From: Katrin Date: Tue, 18 Apr 2023 14:42:34 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 +```