From 50c4f558db47c1cc6e2f8612d003b7c5bd5e2cda Mon Sep 17 00:00:00 2001 From: Jakub Neander Date: Thu, 22 Jul 2021 17:29:24 +0200 Subject: [PATCH] specify the minimal required Saleor version (#418) --- framework/saleor/README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/framework/saleor/README.md b/framework/saleor/README.md index 1684ff6bc..590fb0275 100644 --- a/framework/saleor/README.md +++ b/framework/saleor/README.md @@ -1,19 +1,15 @@ ## Saleor Provider -**Demo:** TBD +**Demo:** https://saleor.vercel.store/ -Before getting starter, a [Saleor](https://saleor.io/) account and store is required before using the provider. +You need a [Saleor](https://saleor.io/) instance, either in the cloud or self-hosted. -Next, copy the `.env.template` file in this directory to `.env.local` in the main directory (which will be ignored by Git): +This provider requires Saleor **3.x** or higher. + +Copy the `.env.template` file in this directory to `.env.local` in the main directory (which will be ignored by Git): ```bash cp framework/saleor/.env.template .env.local ``` Then, set the environment variables in `.env.local` to match the ones from your store. - -## Contribute - -Our commitment to Open Source can be found [here](https://vercel.com/oss). - -If you find an issue with the provider or want a new feature, feel free to open a PR or [create a new issue](https://github.com/vercel/commerce/issues).