diff --git a/README.md b/README.md index 292c6da..0482013 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ If you find something not displayed good , feel free to contribute ## Velvet - ````cd $GOGS_ROOT```` - ```git clone https://github.com/Kos-M/GogsThemes.git``` - - ````cat '' >> templates/inject/head.tmpl```` + - ````echo '' >> templates/inject/head.tmpl```` - ```mv ./GogsThemes/themes/velvet.css public/css/themes``` - ```rm -r ./GogsThemes``` ## Dark - ````cd $GOGS_ROOT```` - ```git clone https://github.com/Kos-M/GogsThemes.git``` - - ````cat '' >> templates/inject/head.tmpl```` + - ````echo '' >> templates/inject/head.tmpl```` - ```mv ./GogsThemes/img/grad1.png public/img``` - ```mv ./GogsThemes/themes/dark_theme.css public/css/themes``` - ```rm -r ./GogsThemes``` @@ -46,4 +46,4 @@ In some low end mobile devices found it enough stressful to render quickly , so ### To disable a theme: Just open ```$GOGS_ROOT/templates/inject/head.tmpl``` and delete the line contains : `````` -or (for velvet) : `````` \ No newline at end of file +or (for velvet) : ``````