From de9cd863bfc9f96d9bccd899607eb58bf9a7f2f4 Mon Sep 17 00:00:00 2001 From: methylDragon Date: Thu, 4 Aug 2022 15:34:24 -0700 Subject: [PATCH] Migrate config and log directories Signed-off-by: methylDragon --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d65d39d9..cbdd89d0 100644 --- a/README.md +++ b/README.md @@ -181,13 +181,13 @@ installations from source are in different locations, only one can be specified. Another workaround for working with multiple Gazebo libraries on the command line is using symbolic links to each library's YAML file. ``` -mkdir ~/.ignition/tools/configs -p -cd ~/.ignition/tools/configs/ +mkdir ~/.gz/tools/configs -p +cd ~/.gz/tools/configs/ ln -s /usr/local/share/gz/fuel4.yaml . ln -s /usr/local/share/gz/transport7.yaml . ln -s /usr/local/share/gz/transportlog7.yaml . ... -export GZ_CONFIG_PATH=$HOME/.ignition/tools/configs +export GZ_CONFIG_PATH=$HOME/.gz/tools/configs ``` This issue is tracked [here](https://github.com/gazebosim/gz-tools/issues/8).