From 91b37eca3a9c896b24e06afb1def6eee7e8f032f Mon Sep 17 00:00:00 2001 From: Jayaditya-Contributor Date: Wed, 25 Jan 2023 09:24:30 +0530 Subject: [PATCH 1/2] I have made the Readme files more explicit. --- README.ja.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.ja.md b/README.ja.md index ce8aca019..5b32027cc 100644 --- a/README.ja.md +++ b/README.ja.md @@ -7,6 +7,7 @@ Yarn Website 開始するには: ```sh +$ Fork the repo using the fork button at the top right. $ git clone git@github.com:yarnpkg/website.git yarn-website $ cd yarn-website ``` diff --git a/README.md b/README.md index f4406d57e..80295729a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This repo contains the source code for the Yarn Classic (v1) website, available In order to get started: ```sh +$ Fork the repo using the fork button at the top right. $ git clone git@github.com:yarnpkg/website.git yarn-website $ cd yarn-website ``` From fb8beabde3b6a764bc5b67d181d4b1ee9aea0b65 Mon Sep 17 00:00:00 2001 From: Jayaditya-Contributor Date: Wed, 25 Jan 2023 09:32:45 +0530 Subject: [PATCH 2/2] made the readme file more explicit --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index 5b32027cc..18a4ff932 100644 --- a/README.ja.md +++ b/README.ja.md @@ -7,7 +7,7 @@ Yarn Website 開始するには: ```sh -$ Fork the repo using the fork button at the top right. + Fork the repo using the fork button at the top right. $ git clone git@github.com:yarnpkg/website.git yarn-website $ cd yarn-website ``` diff --git a/README.md b/README.md index 80295729a..8b3f9e099 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repo contains the source code for the Yarn Classic (v1) website, available In order to get started: ```sh -$ Fork the repo using the fork button at the top right. +Fork the repo using the fork button at the top right. $ git clone git@github.com:yarnpkg/website.git yarn-website $ cd yarn-website ```