diff --git a/.gitignore b/.gitignore index 618c55c..0a290f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .env -relays_import.example.json -relays_blastr.example.json +relays_import.json +relays_blastr.json diff --git a/README.md b/README.md index 521faf1..24a93ea 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ If you want to use custom relay files for import and blastr, you can specify IMP ```bash cp import_seed_relays.example.json import_seed_relays.json +``` +```bash cp blastr_relays.example.json blastr_relays.json ```