Skip to content

Commit

Permalink
Merge pull request #5 from nixxxon/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
nixxxon committed Jun 14, 2023
2 parents 5733d67 + b2e9c39 commit 67108ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# dex

`dex` is a program for running commands against docker containers
without knowing the id or name.
`dex` is a program for executing commands in a Docker container without knowing the id or name.

![dex](https://github.com/nixxxon/dex/assets/8500894/0dcc2315-3fdc-432a-86b7-adf0573e0f0a)

## Installation

1. Download the appropriate archive from the latest [release](https://github.com/nixxxon/dex/releases/latest)
2. Extract the `dex`-binary
3. Make the `dex`-binary executable
4. Add the `dex`-binary to your `$PATH`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.0",
"version": "1.0.1",
"go_version": "1.20.4"
}

0 comments on commit 67108ad

Please sign in to comment.