Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 authored Sep 13, 2022
1 parent 164ceb4 commit d33e658
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d33e658

Please sign in to comment.