Skip to content

Commit

Permalink
Merge pull request #320 from matthew-brett/yarn-link
Browse files Browse the repository at this point in the history
Yarn link malformed.
  • Loading branch information
ryanlovett authored Feb 9, 2022
2 parents 2d7dd34 + 9aced68 commit 2fd83fd
Showing 1 changed file with 4 additions and 3 deletions.
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}"

0 comments on commit 2fd83fd

Please sign in to comment.