Skip to content

Commit 79dd8d6

Browse files
fix: create a branch while moving to the importer tag
1 parent 2dff51a commit 79dd8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This guide provides instructions on how to Initialize a local [antiSMASH Databas
2929
export PATH="$HOME/.cargo/bin:$PATH"
3030
# 3. Clone the JSON importer:
3131
git clone git@github.com:matinnuhamunada/db-import.git
32-
(cd db-import && git checkout v4.0.0-duckdb)
32+
(cd db-import && git checkout -b v4.0.0-duckdb v4.0.0-duckdb)
3333
```
3434

3535
2. Setting Up Environment Variables. Get your Entrez API Key [here](https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/).
@@ -113,7 +113,7 @@ Then follow these steps to install the required packages and repositories:
113113

114114
# 3. Clone the JSON importer:
115115
git clone git@github.com:matinnuhamunada/db-import.git
116-
(cd db-import && git checkout v4.0.0-duckdb)
116+
(cd db-import && git checkout -b v4.0.0-duckdb v4.0.0-duckdb)
117117
```
118118

119119
## Importing antiSMASH JSONs to the database

0 commit comments

Comments
 (0)