From d33e658215151ace6c251e9af150c06056c6403c Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Tue, 13 Sep 2022 10:06:24 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 25f5bdb..e76796c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,18 @@ Once Cookiecutter is installed, it's just a matter of: cookiecutter https://github.com/paleobiotechnology/analysis-project-structure ``` +and follow the instructions! + +### Optional - converting to git repository + +To make it into a git repository you can store on github/gitlab, you change into the newly created directory and run + +```bash +git init -b main +``` + +And then follow the instructions [here](https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github) (either with `gh` or via the GitHub website + git) + ## General Organisation The three main concepts for this structure is as follows: