From 186ffc09770a90334e2405348f8d1b30e39dcdeb Mon Sep 17 00:00:00 2001 From: Jake G <106644+Jieiku@users.noreply.github.com> Date: Thu, 16 Jun 2022 11:21:27 -0700 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8efebfe..9a58e8d 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,11 @@ They are one and the same file. ### You can set `config` and `custom-path` values when running gitea as a service: - sudo nano /etc/systemd/system/gitea.service +```shell +sudo nano /etc/systemd/system/gitea.service - ExecStart=/usr/local/bin/gitea web --custom-path /var/lib/gitea/custom --config /var/lib/gitea/custom/conf/app.ini +ExecStart=/usr/local/bin/gitea web --custom-path /var/lib/gitea/custom --config /var/lib/gitea/custom/conf/app.ini +``` ### Organizations: @@ -84,6 +86,8 @@ I was promptly told to use css and my request was closed: https://github.com/go- This theme hides Organizations using CSS, you can find it at the bottom of the theme: - #dashboard-repo-list > div > div:first-child { - display: none !important; - } +```css +#dashboard-repo-list > div > div:first-child { + display: none !important; +} +```