-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e31cc0
commit 6900fb4
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,15 @@ The instructions below will guide you through creating a new repository from thi | |
* Set the repository visibility to public. | ||
* Click "Create repository from template". | ||
|
||
## Clone the repository | ||
|
||
To clone the repository with the submodule files, you can use the following command: | ||
|
||
```bash | ||
git clone --recurse-submodules [email protected]:openproblems-bio/<repo_name>.git | ||
``` | ||
|
||
|
||
## What to do next | ||
|
||
Check out the [instructions](INSTRUCTIONS.md) for more information on how to update the example files and components. These instructions also contain information on how to build out the task and basic commands. | ||
|
This file was deleted.
Oops, something went wrong.