Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #5

Merged
merged 4 commits into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}