willkg / douglas

DEAD PROJECT: File based static rendering blog system
Other
2 stars 3 forks source link

Link to install via PIP incorrect #1

Closed BDFife closed 10 years ago

BDFife commented 10 years ago

The README file provides an install link/command:

'pip install https://github.com/willkg/douglas.zip#egg=douglas'

This did not work for me. I believe the correct command should be:

'pip install https://github.com/willkg/douglas/master/archive.zip#egg=douglas'

willkg commented 10 years ago

Whoops! Fixed in 52ef2f3