Skip to content

Commit 32d1de6

Browse files
authored
Migrate config and log directories (#291)
Signed-off-by: methylDragon <methylDragon@gmail.com>
1 parent 507e48a commit 32d1de6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ installations from source are in different locations, only one can be specified.
3939
Another workaround for working with multiple Gazebo libraries on the command
4040
line is using symbolic links to each library's YAML file.
4141
```
42-
mkdir ~/.ignition/tools/configs -p
43-
cd ~/.ignition/tools/configs/
42+
mkdir ~/.gz/tools/configs -p
43+
cd ~/.gz/tools/configs/
4444
ln -s /usr/local/share/gz/fuel8.yaml .
4545
ln -s /usr/local/share/gz/transport12.yaml .
4646
ln -s /usr/local/share/gz/transportlog12.yaml .
4747
...
48-
export GZ_CONFIG_PATH=$HOME/.ignition/tools/configs
48+
export GZ_CONFIG_PATH=$HOME/.gz/tools/configs
4949
```
5050

5151
This issue is tracked [here](https://github.com/gazebosim/gz-tools/issues/8).

0 commit comments

Comments
 (0)