From 880d7472978eb0ea483456eb5eb35903748cbfec Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Thu, 5 May 2022 17:12:42 -0700 Subject: [PATCH] make update database download commands per #2035 --- doc/databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/databases.md b/doc/databases.md index d541e77091..61803438d0 100644 --- a/doc/databases.md +++ b/doc/databases.md @@ -17,7 +17,7 @@ Note that the SBT and LCA databases can be used with sourmash v3.5 and later, wh ## Downloading and using the databases -All databases below can be downloaded via the command line with `curl -L -o `, where `` is the URL below, and `` is the filename you want to use locally. +All databases below can be downloaded via the command line with `curl -JLO `, where `` is the URL below. This will download an appropriately named file; you can name it yourself by specify `'-o ` to specify the local filename. The databases do not need to be unpacked or prepared in any way after download.