diff --git a/README.md b/README.md index 09d372d..8a3dc85 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,14 @@ > [!WARNING] > This package is under construction and is **not** ready for production use. +_As with all projects in the Cloudflare-Community Github Organization, and the `cloudflare.community` domain, this is not an official Cloudflare product. It is not officially supported by Cloudflare or its associates/partners. Views expressed here do not represent the views of Cloudflare or its employees. All rights to the Cloudflare Logo and other assets belong to Cloudflare Inc._ + CloudSpark is a Node CLI tool that allows easy bootstrapping of a Cloudflare Developer Platform project, which may include a Worker, Pages site, or any other dependent bindings. ## Installation While under development, CloudSpark is not on NPM. To install from the latest GitHub commit: + ```bash npm install -g https://github.com/Cloudflare-Community/cloudspark -``` \ No newline at end of file +```