From 4482d96f3d5ac20f4c75b0bdd52c7581a9beff95 Mon Sep 17 00:00:00 2001 From: ArielElp <86294909+ArielElp@users.noreply.github.com> Date: Wed, 1 May 2024 13:41:12 +0300 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c572f7fd..4f977041 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,13 @@ [Cairo](https://cairo-lang.org/) is a programming language for writing provable programs. +**This repository contains the CairoZero compiler and the Starknet OS program. For the new compiler, see the [cairo repository](https://github.com/starkware-libs/cairo).** + # Documentation -The Cairo documentation consists of two parts: "Hello Cairo" and "How Cairo Works?". -Both parts can be found in https://cairo-lang.org/docs/. +The CairoZero documentation consists of two parts: "Hello Cairo" and "How Cairo Works?". -We recommend starting from [Setting up the environment](https://cairo-lang.org/docs/quickstart.html). +We recommend starting from [Setting up the environment](https://docs.cairo-lang.org/quickstart.html). # Installation instructions