Skip to content

Commit 479cb24

Browse files
fix: move repository and change names
1 parent 11aefb1 commit 479cb24

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
duckdb-schema/
22
db-schema/
3+
antismash_db_duckb/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This guide provides instructions on how to Initialize a local [antiSMASH Databas
66

77
```bash
88
set -e
9-
git clone git@github.com:matinnuhamunada/antismash_db_duckdb.git
10-
cd antismash_db_duckdb
9+
git clone git@github.com:NBChub/antismash_db-schema_duckdb.git
10+
cd antismash_db-schema_duckdb
1111
python -m venv antismash_db_duckb
1212
source ./antismash_db_duckb/bin/activate
1313
pip install -r requirements.txt
@@ -22,7 +22,7 @@ deactivate
2222
First, clone this repository to your local machine using the following Git command:
2323

2424
```bash
25-
git clone git@github.com:matinnuhamunada/antismash_db_duckdb.git
25+
git git@github.com:NBChub/antismash_db-schema_duckdb.git
2626
```
2727

2828
2. Create a Virtual Environment & Install Dependencies

0 commit comments

Comments
 (0)