From 43c1aa74df1e1d0716f2aeb7331b48936c182ec2 Mon Sep 17 00:00:00 2001 From: Marek Kaput Date: Thu, 10 Aug 2023 11:59:58 +0200 Subject: [PATCH] Update installation snippet to adapt to workspace migration Follow up of #154 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a669d5d3..1fe2a6ef 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,12 @@ This repository is divided in 8 modules: ### Installation -Alexandria is a collection of cairo utilities, which can be installed by adding the following line to your `Scarb.toml`: +Alexandria is a collection of utility Cairo packages, which have to be added as dependencies separately. +For example, the `alexandria_math` package can be installed by adding the following line to your `Scarb.toml`: ```toml [dependencies] -alexandria = { git = "https://github.com/keep-starknet-strange/alexandria.git" } +alexandria_math = { git = "https://github.com/keep-starknet-strange/alexandria.git" } ``` then add the following line in your `.cairo` file