[docs] [minor] updated install instructions

This commit is contained in:
Anand Doshi
2013-08-07 16:19:30 +05:30
parent 9113f259bb
commit b0dab89626
5 changed files with 38 additions and 211 deletions

View File

@@ -3,10 +3,10 @@
wn.provide('erpnext');
wn.modules_path = 'erpnext';
// add toolbar icon
$(document).bind('toolbar_setup', function() {
wn.app.name = "ERPNext";
var brand = ($("<div></div>").append(wn.boot.website_settings.brand_html).text() || 'erpnext');
$('.navbar-brand').html('<div style="display: inline-block;">\
<object type="image/svg+xml" data="app/images/splash.svg" class="toolbar-splash"></object>\