melat0nin / chrome-devtools-vertical

CSS styles to layout Chrome's Devtools to look like Firebug in vertical mode (source code horizontally above attributes)
38 stars 5 forks source link

Expand readme #1

Closed addyosmani closed 11 years ago

addyosmani commented 11 years ago

Could you expand the readme to cover installation etc. as per other themes?

e.g

Installation:

  1. Find your Chrome's user stylesheets directory:

    Mac: ~/Library/Application Support/Google/Chrome/Default/User StyleSheets/

    Windows: C:\Users\**Your Username**\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\

    Ubuntu (Chromium): ~/.config/chromium/Default/User StyleSheets/

  2. Replace the existing "Custom.css" file with this one
  3. No restart needed, changes are applied immediately

Also adding a screenshot would be awesome.

melat0nin commented 11 years ago

Thanks for the suggestion Addy... I didn't think anyone would be looking!

Have updated the README with your instructions and a screengrab: https://github.com/melat0nin/chrome-devtools-vertical/commit/284b07db5c1ec6803f59ce7ddf2a139de959903c

addyosmani commented 11 years ago

Thanks for addressing so quickly. Appreciate it :)