From a88ae00b919239a8af736f53148de99d4b49c59f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 15 Dec 2018 20:11:23 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 26aa5db..2b723a7 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ Update script sets options by default, can be changed at top of script: -Option | Default | Description --- | -- | -- -`giteaBinary` | `/home/git/gitea/gitea` | Gitea binary path -`arch` | `linux-amd64` | Server architecture -`giteaStore` | `/home/git/gitea-update` | Directory where update files will be stored -`giteaUser` | `git` | linux user Gitea is running under -`giteaGroup` | `git` | linux group Gitea is running under +| Option | Default | Description | +| ------------- | ------------- | ------------- | +| `giteaBinary` | `/home/git/gitea/gitea` | Gitea binary path | +| `arch` | `linux-amd64` | Server architecture | +| `giteaStore` | `/home/git/gitea-update` | Directory where update files will be stored | +| `giteaUser` | `git` | linux user Gitea is running under | +| `giteaGroup` | `git` | linux group Gitea is running under | ```bash # run update script with sudo, passing version number as option