Skip to content

Commit

Permalink
docs(readme): allow overlaying into existing non-linkml project
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Feb 2, 2024
1 parent 05b806d commit 200673a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,14 @@ The following are required and recommended tools for using this cookiecutter and
### Step 1: Generate the project files

To generate a new LinkML project run the following:

```bash
cruft create https://github.com/linkml/linkml-project-cookiecutter
```
Alternatively, to add linkml project files to pre-existing directory,
(perhaps an existing non-linkml project), pass `-f` option:
```bash
cruft create -f https://github.com/linkml/linkml-project-cookiecutter
```

You will be prompted for a few values. The defaults are fine for most
projects, but do name your project something that makes sense to you!
Expand Down

0 comments on commit 200673a

Please sign in to comment.