diff --git a/README.md b/README.md index 32c4506..9ba8cd0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# rodnik +# multipage website based on `Sanity` CMS ```bash -git clone https://github.com/mbozhik/rodnik.git && cd rodnik && pnpm i && code . +git clone https://github.com/mbozhik/udelnaya.git && cd udelnaya/sanity && echo "[SANITY] Install modules..." && pnpm i && cd .. && echo "[NEXT.js] Install modules..." && pnpm i && code . ```