Skip to content

Commit

Permalink
Improve upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Jul 21, 2014
1 parent a57d994 commit 09c554f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## to 0.6.0

A massive updgrade happened at StartBootstrap, you need to download and unzip the admin frontend again:
A [massive update happened at StartBootstrap](https://github.com/IronSummitMedia/startbootstrap/commit/66716399cf8eb5109498d41a2dad95a093c18f2b), you need to download and unzip the admin frontend again:

```
rm -rf public/templates/sb-admin-v2
wget --output-document=/tmp/sba2.zip http://startbootstrap.com/downloads/sb-admin-2.zip
unzip /tmp/sba2.zip -d public/templates/
```
Expand Down

0 comments on commit 09c554f

Please sign in to comment.