mirror of https://github.com/onweru/compose.git

weru
04.06.2025 fa07473779738354c43c06bc880cf0c28e88d160
exampleSite/content/docs/compose/use-tina-cms.md
@@ -13,7 +13,7 @@
1. Check the root of your site. If you do not have a `tina` folder. Download it using this command. 
    ```
    curl -L https://github.com/onweru/compose/archive/refs/heads/master.zip -o cms.zip && unzip cms.zip "compose-master/exampleSite/tina/*" -d . && rm cms.zip
    curl -fsSL https://raw.githubusercontent.com/onweru/compose/master/install-tina-cms.sh | bash
    ```
    {{< tip >}}