mrstampy / Stampy

Java implementation of the STOMP 1.2 specification
67 stars 22 forks source link

Problem checking out the source? #2

Open jefftrimm opened 10 years ago

jefftrimm commented 10 years ago

I tried running

git clone https://github.com/mrstampy/Stampy.git stampy

and got nothing but images/html from the webpage on github? Am I doing something wrong??

bendoerr commented 10 years ago

You need to git checkout master. The repositories "HEAD" ref is pointing to the gh-pages branch.