Skip to content

Commit 356f9ed

Browse files
Update README.md
Add link to brew, and emojis because that's what the cool kids do now right?
1 parent 17878c8 commit 356f9ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
66

77
# osxdocker
8-
A CLI for working with docker on OSX
8+
A CLI for working with docker on OSX :apple: :snake:
99

10-
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.
10+
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:
1111
See: https://stackoverflow.com/questions/42527291/clear-logs-in-native-docker-on-mac
1212

1313
## Install
@@ -17,7 +17,7 @@ pip3 install osxdocker
1717
```
1818

1919
## Dependencies
20-
Assumes you have `docker` and `screen` installed. If you don't, you can easily install them through brew. e.g.
20+
Assumes you have `docker` and `screen` installed. If you don't, you can easily install them through [brew](https://brew.sh/). e.g.
2121
```
2222
brew cask install docker
2323
brew install screen

0 commit comments

Comments
 (0)