Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit d0a832b

Browse files
committed
bump version
1 parent 212a94b commit d0a832b

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

.release/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.27
1+
v0.3.28

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,16 @@
1515
- **username**: `malice`
1616
- **password**: `ecilam`
1717

18-
## Setup Docker (OSX)
18+
## Requirements
1919

20-
Install [Docker for Mac](https://docs.docker.com/docker-for-mac/)
20+
### Hardware
2121

22-
-Or-
22+
- ~16GB disk space
23+
- ~4GB RAM
2324

24-
Install with [homebrew](http://brew.sh).
25+
### Software
2526

26-
```bash
27-
$ brew install caskroom/cask/brew-cask
28-
$ brew cask install virtualbox
29-
$ brew install docker
30-
$ brew install docker-machine
31-
$ docker-machine create --driver virtualbox --engine-storage-driver overlay malice
32-
$ eval $(docker-machine env malice)
33-
```
27+
- [Docker](https://docs.docker.com)
3428

3529
## Getting Started (OSX)
3630

config/bindata.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#######################################################################
77

88
title = "Malice Runtime Configuration"
9-
version = "v0.3.27"
9+
version = "v0.3.28"
1010

1111
[author]
1212
name = "blacktop"

0 commit comments

Comments
 (0)