Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add link to brew, and emojis because that's what the cool kids do now right?
  • Loading branch information
ConorSheehan1 authored May 8, 2020
1 parent 17878c8 commit 356f9ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# osxdocker
A CLI for working with docker on OSX
A CLI for working with docker on OSX :apple: :snake:

Currently it only handles docker logs, because I found it annoying starting up a screen session to get to the docker vm every time I wanted to clear logs.
Currently it just handles docker logs, because I found it annoying starting up a screen session to get to the docker vm every time I wanted to clear logs. :man_shrugging:
See: https://stackoverflow.com/questions/42527291/clear-logs-in-native-docker-on-mac

## Install
Expand All @@ -17,7 +17,7 @@ pip3 install osxdocker
```

## Dependencies
Assumes you have `docker` and `screen` installed. If you don't, you can easily install them through brew. e.g.
Assumes you have `docker` and `screen` installed. If you don't, you can easily install them through [brew](https://brew.sh/). e.g.
```
brew cask install docker
brew install screen
Expand Down

0 comments on commit 356f9ed

Please sign in to comment.