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