Skip to content

Commit c362cd7

Browse files
committed
docs: update README
1 parent 8c190d4 commit c362cd7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<img src="https://img.shields.io/badge/license-APACHE-blue?style=flat">
1212
</a>
1313

14+
> [!WARNING]
15+
> You should add the `-k/--insecure` option to all your current command as the GTDB API has currently SSL issue.
16+
> We have not yet decided to switch it as a default configuration as disabling peer SSL certificate verification can be a critical issue.
1417
1518
## 🗺️ Overview
1619

@@ -80,7 +83,7 @@ xgt genome -k --metadata GCA_001512625.1
8083
8184
# Taxon subcommand: information about a specific taxon
8285
## Get direct descendant of a taxon
83-
xgt taxon g__Escherichia
86+
xgt taxon -k g__Escherichia
8487
8588
## Search for a taxon in GTDB's current release
8689
xgt taxon -kw --search g__Escherichia

0 commit comments

Comments
 (0)