From ad1431695040b7f375bab12211b45abe344b9e91 Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Mon, 20 Aug 2018 18:37:34 -0600 Subject: [PATCH] Fix formatting. --- README.md | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 00433fe..60cba1c 100644 --- a/README.md +++ b/README.md @@ -23,21 +23,31 @@ which database to use, certain gitea paths, an admin user, etc. Go to: http://localhost:3000/ -You should see these fields: (The following is for basic usage with this script, for more advance usage see: (https://docs.gitea.io/en-us/customizing-gitea/)[https://docs.gitea.io/en-us/customizing-gitea/]) +You should see these fields: (The following is for basic usage with this script, for more advance usage see: [https://docs.gitea.io/en-us/customizing-gitea/](https://docs.gitea.io/en-us/customizing-gitea/)) -Database Type: Use SQLite3 for the database. -Path: Leave this alone. -Application Name: Give your Gitea server a fancy name. -Repository Root Path: Leave this alone. -LFS Root Path: Leave this alone. -Run User: Leave this alone. -Domain: Replace this with your domain name for the server. -SSH Port: Leave this alone unless you want a custom port for SSH. -HTTP Port: Change this if you want Gitea to serve on a different port. You don't usually need to, Gitea is usually used behind a web server. -Application URL: Enter the full URL for your Gitea instance, like https://example.com/ -Log Path: Leave this alone. +`Database Type:` Use SQLite3 for the database. -Click on "Admin Account Settings" to setup your user account and click "Install Gitea" when you are done.` +`Path:` Leave this alone. + +`Application Name:` Give your Gitea server a fancy name. + +`Repository Root Path:` Leave this alone. + +`LFS Root Path:` Leave this alone. + +`Run User:` Leave this alone. + +`Domain:` Replace this with your domain name for the server. + +`SSH Port:` Leave this alone unless you want a custom port for SSH. + +`HTTP Port:` Change this if you want Gitea to serve on a different port. You don't usually need to, Gitea is usually used behind a web server. + +`Application URL:` Enter the full URL for your Gitea instance, like https://example.com/ + +`Log Path:` Leave this alone. + +Click on "Admin Account Settings" to setup your user account and click "Install Gitea" when you are done. ## Manual Install