Skip to content

Commit 467a0cc

Browse files
committed
Added logo to readme
1 parent 0824689 commit 467a0cc

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
1-
# Gorilla
2-
[![Go Report Card](https://goreportcard.com/badge/github.com/1dustindavis/gorilla)](https://goreportcard.com/report/github.com/1dustindavis/gorilla) [![Build status](https://ci.appveyor.com/api/projects/status/hvug2p5wsvlor2v0/branch/master?svg=true)](https://ci.appveyor.com/project/DustinDavis/gorilla/branch/master)
1+
![Gorilla logo](gorilla.png)
2+
# Gorilla [![Go Report Card](https://goreportcard.com/badge/github.com/1dustindavis/gorilla)](https://goreportcard.com/report/github.com/1dustindavis/gorilla) [![Build status](https://ci.appveyor.com/api/projects/status/hvug2p5wsvlor2v0/branch/master?svg=true)](https://ci.appveyor.com/project/DustinDavis/gorilla/branch/master)
33

44
Munki-like Application Management for Windows
55

66
Gorilla is intended to provide application management on Windows using [Munki](https://github.com/munki/munki) as inspiration.
77
Gorilla supports `.msi`, `.ps1`, `.exe`, or `.nupkg` [(via chocolatey)](https://github.com/chocolatey/choco).
88

99
## Getting Started
10-
Information related to installing and configuring Gorilla can be found on the [Wiki](https://github.com/1dustindavis/gorilla/wiki)
10+
Information related to installing and configuring Gorilla can be found on the [Wiki](https://github.com/1dustindavis/gorilla/wiki).
1111

1212
## Building
1313

14-
If you just want the latest version, get it here: https://github.com/1dustindavis/gorilla/releases
14+
If you just want the latest version, download it from the [releases page](https://github.com/1dustindavis/gorilla/releases).
1515

16-
Building from source requires the golang tools: https://golang.org/doc/install
16+
Building from source requires the [Go tools](https://golang.org/doc/install).
1717

18-
#### macOS
19-
After cloning this repo, run `make deps` and then `make build`. A new binary will be created in `build/`
18+
#### macOS and Linux
19+
After cloning this repo, just run `make build`. A new binary will be created in `build/`
2020

2121
#### Windows
22-
1. Clone this repo
23-
2. Install dep: `go get -u github.com/golang/dep/...`
24-
3. Install dependencies: `dep ensure -vendor-only -v`
25-
4. Build gorilla: `go build -i ./cmd/gorilla`
22+
After cloning this repo, just run `go build -i ./cmd/gorilla`. A new binary will be created in the current directory.
2623

2724
## Contributing
28-
Pull Requests are always welcome. Before submitting, check if the linter or tests fail:
25+
Pull Requests are always welcome. Before submitting, lint and test:
2926
```
3027
go fmt ./...
3128
go test ./...

gorilla.png

132 KB
Loading

0 commit comments

Comments
 (0)