Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions contrib/theia/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ in a JupyterHub / Binder environment.
Installing Theia
================

#. `Install the ``yarn`` package manager <https://classic.yarnpkg.com/en/docs/install/>`_
with one of the available methods.
#. `Install the Yarn package manager
<https://classic.yarnpkg.com/en/docs/install/>`_ with one of the available
methods.

#. Theia is highly configurable, so you need to decide which features you want
in your theia install. Make a ``package.json`` with the list of extensions you want,
Expand Down Expand Up @@ -70,4 +71,4 @@ Installing Theia

.. code:: bash

export PATH="$(pwd)/node_modules/.bin:${PATH}"
export PATH="$(pwd)/node_modules/.bin:${PATH}"