From 143480748cb3cce60cd10e0598c8b7a5df8859be Mon Sep 17 00:00:00 2001 From: Samuel Girma Metaferia <158817404+samuelgirmametaferia@users.noreply.github.com> Date: Sun, 30 Nov 2025 14:06:23 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b09b0e63..b95d866e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ valdi install ios # or android - [Frequently Asked Questions](./docs/docs/faq.md) - [Component Library](https://github.com/Snapchat/Valdi_Widgets) -## Why Choose Valdi? +## Why Valdi? Valdi is a cross-platform UI framework designed to solve the fundamental problem of cross-platform development: velocity vs. runtime performance. For 8 years, it has powered a large portion of Snap's production apps. From a6ff00f387d61b1a09ccb2eef790dfa9e7614d78 Mon Sep 17 00:00:00 2001 From: Samuel Girma Metaferia <158817404+samuelgirmametaferia@users.noreply.github.com> Date: Sun, 30 Nov 2025 14:07:53 +0300 Subject: [PATCH 2/3] Fix capitalization in Valdi description Correct capitalization in the description of Valdi. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b95d866e..1232dc8b 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ valdi install ios # or android ## Why Valdi? -Valdi is a cross-platform UI framework designed to solve the fundamental problem of cross-platform development: velocity vs. runtime performance. For 8 years, it has powered a large portion of Snap's production apps. +Valdi is a cross-platform UI framework designed to solve the fundamental problem of cross-platform development: Velocity vs. Runtime Performance. For 8 years, it has powered a significant portion of Snap's production apps. ### True Native Performance From 272a1d445e9d651653eb81931bc94d46e29365aa Mon Sep 17 00:00:00 2001 From: Samuel Girma Metaferia <158817404+samuelgirmametaferia@users.noreply.github.com> Date: Sun, 30 Nov 2025 14:24:33 +0300 Subject: [PATCH 3/3] Update INSTALL.md with Windows support note Added important note about Windows support and installation warnings. --- docs/INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 333edd3c..d0c44887 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -10,6 +10,10 @@ This guide will help you set up your development environment and get started wit ### Linux No prerequisites! The Valdi CLI will install everything you need. +> [!IMPORTANT] +> Windows is not currently supported. Please wait for upcoming updates! + + ### All Platforms That's it! The `valdi dev_setup` command handles all other dependencies automatically, including: - Homebrew (macOS) @@ -31,6 +35,10 @@ That's it! The `valdi dev_setup` command handles all other dependencies automati npm install -g @snap/valdi ``` +> [!NOTE] +> During installation, you might see warnings about deprecated packages. These can usually be ignored! + + ### 2. Set Up Your Development Environment ```bash