Skip to content

Commit

Permalink
fix typo LIBS -> LIBGS (3b1b#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippImhof authored Nov 3, 2020
1 parent ea3126a commit d668fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/installation/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ As soon as you have found the library, try (on Mac OS or Linux)

.. code-block:: bash
export LIBS=<path to your library including the file name>
export LIBGS=<path to your library including the file name>
dvisvgm -l
or (on Windows)

.. code-block:: bat
set LIBS=<path to your library including the file name>
set LIBGS=<path to your library including the file name>
dvisvgm -l
Expand Down

0 comments on commit d668fc1

Please sign in to comment.