- Notifications
You must be signed in to change notification settings - Fork0
benmanns/digger
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- InstallGit.
- InstallRuby andRubyGems.
- InstallBundler.
- Clone the repository:
git clone git://github.com/benmanns/digger.git
. - Enter the digger directory:
cd digger
. - Install dependencies with
bundle install
. - Run:
bin/digger.rb [server-ip] [server-port] [proxy-ip] [proxy-port]
(defaults localhost 25565 localhost 25564). - ConnectMinecraft to your proxy address (default localhost:25564).
- InstallGit.
- Clone the repository:
git clone git://github.com/benmanns/digger.git
. - Enter the digger directory:
cd digger
. - Generate the dvi:
latex --output-directory doc README.tex
. - Generate the ps:
dvips -f doc/README.dvi -o doc/README.ps
. - Generate the pdf:
ps2pdf doc/README.ps doc/README.pdf
. - Open doc/README.pdf.
Github is also a SVN host, so this repository can be accessed without installing git viasvn checkout https://svn.github.com/benmanns/digger.git digger
.