summary history branches tags files
commit:b004036002c1d214c6758b814d85a899e5ecaea2
author:Trevor Bentley
committer:Trevor Bentley
date:Thu Jan 16 03:00:54 2025 +0100
parents:6106b44e80d631c91662e60e3c738efd426f6ffe
readme: update how to install pww
diff --git a/README.md b/README.md
line changes: +2/-2
index b9edcfb..b221494
--- a/README.md
+++ b/README.md
@@ -321,14 +321,14 @@ The following snippet shows how to install and use everything necessary to perfo
 This is only intended as documentation.  Do not follow it blindly without understanding the commands.
 
 ```bash
-# install Rust
+# install Rust (alternatively, use rustup)
 $ sudo pacman -S --needed rust
 
 # install pww dependencies
 $ sudo pacman -S --needed libgexiv2 openimageio
 
 # install pww
-$ cargo install pww
+$ cargo install --git git://git.trevorbentley.com/photo-what-what.git
 
 # install ollama (to fetch model)
 $ sudo pacman -S --needed ollama