From 4b19461e2eed440a9ac615122884c7cee27c2de2 Mon Sep 17 00:00:00 2001 From: Jihoon Oh Date: Tue, 6 Aug 2024 01:49:21 +0900 Subject: [PATCH] Fix API installation in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1089669..96910bd 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ curl -fsSL https://pixi.sh/install.sh | bash # 2. Checkout this repository git clone https://github.com/facebookresearch/hot3d.git -cd hot3d +cd hot3d/hot3d # 3. Call `pixi install` to setup the environment pixi install