maryo/README.md
2018-03-19 21:39:14 -05:00

22 lines
763 B
Markdown

# maryo
## a proxy server used for accessing Pretendo, the open source Nintendo Network replacement
## *(also known as the terminal app your grandma can use)*
## instructions
### using precompiled binaries:
go to the releases, and download the
correct binary for your system. just double-click
it and follow the instructions
### building from source ~~(WARNING: EXTREMELY HARDCORE)~~
#### prerequisites
- [golang](https://golang.org/)
- [goproxy](https://github.com/elazarl/goproxy)
- [ansicolor](https://github.com/shiena/ansicolor)
- [httpscerts](https://github.com/kabukky/httpscerts)
#### building
1. clone this repository
2. it's easy, just `go build` in the source directory
3. you can then double click your own binaries instead of ours (i don't care)