From c151bbf683696e447dd21750e63694ff75b7ba82 Mon Sep 17 00:00:00 2001 From: andermi Date: Thu, 21 Sep 2023 22:22:36 -0700 Subject: [PATCH] Update README.md (#68) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0143e85..4301dc0a 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ At the moment, MBARI WEC is supported by source installation only. Use Ubuntu Ja curl -s --compressed "https://hamilton8415.github.io/ppa/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/ppa.gpg >/dev/null sudo curl -s --compressed -o /etc/apt/sources.list.d/my_list_file.list "https://hamilton8415.github.io/ppa/my_list_file.list" sudo apt update - sudo apt install libfshydrodynamics=1.3.0 + sudo apt install libfshydrodynamics=1.3.1 ```