From 918668b4a92594675ee0dcbf698b320f015f01e0 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 18 Aug 2021 10:26:29 -0400 Subject: update README with correct repository URL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c9db0770ee..3f2745b2d3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To cite this repository in your publications, please use this bibtex snippet: year = {2021}, publisher = {GitHub}, journal = {GitHub repository}, - howpublished = {\url{https://github.com/Shopify/ruby/tree/yjit}}, + howpublished = {\url{https://github.com/Shopify/yjit}}, } ``` @@ -39,10 +39,10 @@ Because there is no GC for generated code yet, your software could run out of ex ## Installation -Start by cloning the `yjit` branch of the `Shopify/ruby` repository: +Start by cloning the `Shopify/yjit` repository: ``` -git clone https://github.com/Shopify/ruby.git yjit +git clone https://github.com/Shopify/yjit cd yjit ``` -- cgit v1.2.1