From 8fbe679f3438a4ade35ff980e26cbb0733c281c3 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Mon, 31 Jul 2023 16:15:37 +0200 Subject: [PATCH] Still typo in the logo path. --- README.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index a525f6c79..0f09631fc 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ .. |Python wheel builds| image:: https://github.com/lip6/coriolis/actions/workflows/wheels.yml/badge.svg :target: https://github.com/lip6/coriolis/actions/workflows/wheels.yml -.. image:: documentation/contents/images/common/Coriolis-logo-blue-4.png +.. image:: documentation/content/images/common/Coriolis-logo-blue-4.png :alt: Coriolis Logo :align: center :width: 20% @@ -28,7 +28,7 @@ Coriolis is part of a set of three repositories that are closely relateds. * Alliance A venerable EDA toolchain, working only on symbolic layout. Some of it's - checking tools (LVS, DRC) are used for the regressiontests in Alliance Check Toolkit. + checking tools (LVS, DRC) are used for the regression tests in Alliance Check Toolkit. https://github.com/lip6/alliance @@ -76,6 +76,8 @@ The build system relies on a fixed directory tree from the root of the user currently building it. Thus first step is to get a clone of the repository in the right place. Proceed as follow: :: +.. code-block:: bash + ego@home:~$ mkdir -p ~/coriolis-2.x/src/ ego@home:~$ cd ~/coriolis-2.x/src ego@home:src$ git clone --recurse-submodules https://github.com/lip6/coriolis @@ -83,13 +85,15 @@ the repository in the right place. Proceed as follow: :: Then, build the tool: :: +.. code-block:: bash + ego@home:coriolis$ make install Coriolis gets installed at the root of the following tree: :: - ~/coriolis-2.x/./Release.Shared/install/ + ~/coriolis-2.x/OS.DISTRIB/Release.Shared/install/ -Where ```` is the name of your operating system and ```` your +Where ``OS`` is the name of your operating system and ``DISTRIB`` your distribution (mileage may vary). @@ -101,7 +105,7 @@ the following command : .. code-block:: bash - ego@home:~$ eval `~/coriolis-2.x/./Release.Shared/install/etc/coriolis2/coriolisEnv.py` + ego@home:~$ eval `~/coriolis-2.x/OS.DISTRIB/Release.Shared/install/etc/coriolis2/coriolisEnv.py` Then you can launch the GUI :