"example/vscode:/vscode.git/clone" did not exist on "ad41aa0e7a0a3c3a5aeafb376518910310eccc57"
Commit 851c71a6 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

quickstart.rst: refer to README for install instructions

parent d76fc0ea
...@@ -28,10 +28,12 @@ Getting Started ...@@ -28,10 +28,12 @@ Getting Started
Welcome! We are happy that you want to give SimBricks a try. Welcome! We are happy that you want to give SimBricks a try.
The easiest way to get started with just running a simulation is to use our The easiest way to get started with just running a simulation is to use our
Docker images, see :ref:`sec-docker-images`. Given a working docker installation Docker images, see our `README
(`docker engine <https://docs.docker.com/engine/install/#server>`_ or `docker <https://github.com/simbricks/simbricks#using-pre-built-docker-images>`_. Given
desktop <https://docs.docker.com/get-docker/>`_ both work), this is as simple a working docker installation (`docker engine
as just launching a new container and docker will take care of the rest: <https://docs.docker.com/engine/install/#server>`_ or `docker desktop
<https://docs.docker.com/get-docker/>`_ both work), this is as simple as just
launching a new container and docker will take care of the rest:
.. code-block:: bash .. code-block:: bash
...@@ -62,7 +64,8 @@ various configurations of SimBricks simulations. ...@@ -62,7 +64,8 @@ various configurations of SimBricks simulations.
If you are planning on making changes to the implementation of SimBricks If you are planning on making changes to the implementation of SimBricks
components, you may next want to make sure you can build SimBricks from source, components, you may next want to make sure you can build SimBricks from source,
see :ref:`sec-install-build`. Before diving into our :ref:`sec-devel` for see our `Quick Start section in the README <https://github.com/simbricks/simbricks#quick-start>`_. We
learning about the SimBricks architecture, internals, and APIs. recommend diving into our :ref:`sec-devel` for learning about the SimBricks
architecture, internals, and APIs.
If you run into problems please refer to :ref:`sec-troubleshoot-getting-help`. If you run into problems please refer to :ref:`sec-troubleshoot-getting-help`.
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment