Created
August 25, 2015 03:15
-
-
Save codeck/23b77c931400bacb7eb0 to your computer and use it in GitHub Desktop.
how to run xdrgen(a ruby-based project)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#apt-get install bundler | |
git clone https://github.com/stellar/xdrgen.git | |
bundle install --path vendor/bundle | |
bundle exec bin/xdrgen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment