Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 872 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 872 Bytes

gopbo Go Report Card Build Status

gopbo is a free and open source tool to (un)pack/validate PBO files written in Go. The tool doesn't depend on any platform specific functions. Thus it should run on every platform which is supported by Go.

Installation

First you need to install the Go Tools.

After the Go Tools have been installed you should set the environment variable GOPATH to point wherever you want to. Also you may want to add /bin to your PATH.

go get -u github.com/g0dsCookie/gopbo
go install github.com/g0dsCookie/gopbo

Now you are ready to use gopbo!