Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erewl authored Apr 18, 2023
1 parent 300f764 commit a0eb643
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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`

Expand All @@ -31,4 +36,4 @@ and running application with:

```
~/go/bin/dagsterui -e <dagster-environment>
```
```

0 comments on commit a0eb643

Please sign in to comment.