From d36529dea45a2d47c80084de90897b524ed9fa29 Mon Sep 17 00:00:00 2001 From: asmith26 Date: Sat, 28 Oct 2023 12:26:53 +0100 Subject: [PATCH] Fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 432d720..a3ee4f1 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ cd docker && docker build . -t /tdmpc2:0.1.0 If you prefer to install dependencies manually, start by installing dependencies via `conda` by running ``` -conda env create -f docker/environment.yml +conda env create -f docker/environment.yaml ``` If you want to run ManiSkill2, you will additionally need to download and link the necessary assets by running