diff --git a/posts/ar/intro.md b/posts/ar/intro.md index 43051ac..d475b2b 100644 --- a/posts/ar/intro.md +++ b/posts/ar/intro.md @@ -39,6 +39,12 @@ Using yarn: $ yarn add axios ``` +Using pnpm: + +```bash +$ pnpm add axios +``` + Using jsDelivr CDN: ```html diff --git a/posts/de/intro.md b/posts/de/intro.md index 27bf4a4..89eeb3a 100644 --- a/posts/de/intro.md +++ b/posts/de/intro.md @@ -39,6 +39,12 @@ Via yarn: $ yarn add axios ``` +Via pnpm: + +```bash +$ pnpm add axios +``` + Via jsDelivr CDN: ```html diff --git a/posts/en/intro.md b/posts/en/intro.md index 5f5f2ce..1877f73 100644 --- a/posts/en/intro.md +++ b/posts/en/intro.md @@ -49,6 +49,12 @@ Using yarn: $ yarn add axios ``` +Using pnpm: + +```bash +$ pnpm add axios +``` + Using jsDelivr CDN: ```html diff --git a/posts/es/intro.md b/posts/es/intro.md index 198ed38..80c8181 100644 --- a/posts/es/intro.md +++ b/posts/es/intro.md @@ -39,6 +39,12 @@ Usando yarn: $ yarn add axios ``` +Usando pnpm: + +```bash +$ pnpm add axios +``` + Usando CDN jsDelivr: ```html diff --git a/posts/fa/intro.md b/posts/fa/intro.md index 263588a..a973ad8 100644 --- a/posts/fa/intro.md +++ b/posts/fa/intro.md @@ -39,6 +39,12 @@ $ bower install axios $ yarn add axios ``` +با استفاده از pnpm: + +```bash +$ pnpm add axios +``` + با استفاده از jsDelivr CDN: ```html diff --git a/posts/fr/intro.md b/posts/fr/intro.md index 381c7ae..2aee2d3 100644 --- a/posts/fr/intro.md +++ b/posts/fr/intro.md @@ -39,6 +39,13 @@ Avec yarn : $ yarn add axios ``` +Avec pnpm: + +```bash +$ pnpm add axios +``` + + Avec le CDN jsDelivr : ```html diff --git a/posts/ja/intro.md b/posts/ja/intro.md index f556e9d..dfdebb6 100644 --- a/posts/ja/intro.md +++ b/posts/ja/intro.md @@ -41,6 +41,12 @@ yarn を利用する場合: $ yarn add axios ``` +pnpm を利用する場合: + +```bash +$ pnpm add axios +``` + jsDelivr CDN を利用する場合: ```html diff --git a/posts/kr/intro.md b/posts/kr/intro.md index 3b8c6db..e3101db 100644 --- a/posts/kr/intro.md +++ b/posts/kr/intro.md @@ -39,6 +39,12 @@ yarn 사용하기: $ yarn add axios ``` +pnpm 사용하기: + +```bash +$ pnpm add axios +``` + jsDelivr CDN 사용하기: ```html diff --git a/posts/ku/intro.md b/posts/ku/intro.md index 680b795..7648550 100644 --- a/posts/ku/intro.md +++ b/posts/ku/intro.md @@ -39,6 +39,12 @@ $ bower install axios $ yarn add axios ``` +بە pnpm: + +```bash +$ pnpm add axios +``` + بە CDNـی jsDelivr: ```html diff --git a/posts/ptBR/intro.md b/posts/ptBR/intro.md index a271268..459930f 100644 --- a/posts/ptBR/intro.md +++ b/posts/ptBR/intro.md @@ -39,6 +39,12 @@ Usando o yarn: $ yarn add axios ``` +Usando o pnpm: + +```bash +$ pnpm add axios +``` + Usando a CDN do jsDelivr: ```html diff --git a/posts/ru/intro.md b/posts/ru/intro.md index 67bb635..634423d 100644 --- a/posts/ru/intro.md +++ b/posts/ru/intro.md @@ -39,6 +39,12 @@ $ bower install axios $ yarn add axios ``` +Используя pnpm: + +```bash +$ pnpm add axios +``` + Используя jsDelivr CDN: ```html diff --git a/posts/tr/intro.md b/posts/tr/intro.md index 38cb7eb..fd78461 100644 --- a/posts/tr/intro.md +++ b/posts/tr/intro.md @@ -39,6 +39,12 @@ yarn ile: $ yarn add axios ``` +pnpm ile: + +```bash +$ pnpm add axios +``` + jsDelivr CDN'i ile: ```html diff --git a/posts/uk/intro.md b/posts/uk/intro.md index a98f134..11955eb 100644 --- a/posts/uk/intro.md +++ b/posts/uk/intro.md @@ -39,6 +39,12 @@ $ bower install axios $ yarn add axios ``` +Використовуючи pnpm: + +```bash +$ pnpm add axios +``` + Використовуючи jsDelivr CDN: ```html diff --git a/posts/vi/intro.md b/posts/vi/intro.md index 459132e..1090aef 100644 --- a/posts/vi/intro.md +++ b/posts/vi/intro.md @@ -39,6 +39,12 @@ Sử dụng yarn: $ yarn add axios ``` +Sử dụng pnpm: + +```bash +$ pnpm add axios +``` + Sử dụng jsDelivr CDN: ```html diff --git a/posts/zh/intro.md b/posts/zh/intro.md index 277aa14..8bc85f5 100644 --- a/posts/zh/intro.md +++ b/posts/zh/intro.md @@ -49,6 +49,12 @@ $ bower install axios $ yarn add axios ``` +使用 pnpm: + +```bash +$ pnpm add axios +``` + 使用 jsDelivr CDN: ```html