From 5f7e7d275e7b81639912c57e12d2bfd7d2f38e52 Mon Sep 17 00:00:00 2001 From: bserie Date: Tue, 16 May 2017 15:44:30 +0200 Subject: [PATCH] init --- HowtoYarn.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 HowtoYarn.md diff --git a/HowtoYarn.md b/HowtoYarn.md new file mode 100644 index 00000000..a5f4f4a1 --- /dev/null +++ b/HowtoYarn.md @@ -0,0 +1,17 @@ +--- +categories: web +title: Howto Yarn +... + +* Documentation : + +[Yarn](https://yarnpkg.com) est un gestionnaire de packages. + +## Installation + +~~~ +# 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 +~~~ \ No newline at end of file