Skip to content

Commit

Permalink
docs: add changelog and usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingluscas committed Feb 1, 2018
1 parent 37cf85b commit a43ceae
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All Notable changes to `steamcmd-docker` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## 1.0.0 - 2018-02-01

### Add
- Dockerfile with SteamCMD installation.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

Just a SteamCMD installation with Docker to run [some of my dedicated servers](https://github.com/flyingluscas/steam-dedicated-servers) ;)

## Install

``` bash
$ docker pull flyingluscas/steamcmd
```

## Usage

``` bash
$ docker run -it --rm flyingluscas/steamcmd steamcmd.sh
```

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 comments on commit a43ceae

Please sign in to comment.