commit e4070662d899192db82207eb90badc07d51bcbb5
parent e5863a8ff7153e5e1f0f53a5009c45eab339626e
Author: kst
Date: 2020-07-18 07:16Z

tutorial: add metadata

Diffstat:
MTUTORIAL | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/TUTORIAL b/TUTORIAL @@ -136,6 +136,12 @@ To build the HTML pages for my_repo, we first make the corresponding directory $ mkdir -p ~/public_html/git/my_repo $ cd ~/public_html/git/my_repo +and add some metadata to your bare git repo + + $ echo 'a cool project' > ~/public_html/my_repo.git/description + $ echo 'https://tilde.team/~name/my_repo.git' > ~/public_html/my_repo.git/url + $ echo 'name' > ~/public_html/my_repo.git/owner + then run $ stagit ~/public_html/my_repo.git