This commit is contained in:
Benoît S. 2017-05-16 15:44:52 +02:00
parent 5f7e7d275e
commit 2c8ade0b21

View file

@ -13,5 +13,5 @@ title: Howto Yarn
# curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
# echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
# apt update
# apt install yan
# apt install yarn
~~~