* Improve README Quickstart section and reorganize installation options
- Add prominent Desktop download section before Quickstart
- Remove $ symbols from shell commands to fix copy button functionality
- Add clear 'Run from source' option with make run_cli for developers
- Improve Docker installation instructions with usage details
- Move security warnings to after installation options for better flow
- Remove redundant star/issues badges
These changes address common user confusion when trying to run Langflow,
especially for developers who clone the repo first and then struggle with
the package installation instructions.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Add dark mode logo support
- Added picture element for automatic dark/light mode logo switching
- Dark mode shows blue background logo, light mode shows black logo
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Final README improvements
- Made 'Other install options' a proper section with emoji
- Updated deployment section with rocket emoji
- Fixed single-line formatting for subsections
- Added new star animation gif
- Changed 'tool' to 'platform' in description
* Improve Desktop download section messaging
- Made text more concise and action-oriented
- Changed download emoji from arrow to inbox
- Removed redundant 'built-in' and bold formatting
- Cleaner parenthetical for OS availability
* Revise README for Langflow Desktop and deployment info
Updated sections for clarity and added details about Langflow Desktop and deployment options.
* Revert star gif to GitHub attachment URL
Testing if local file path issue or markdown previewer issue
* Apply suggestion from @mendonk
* Apply suggestion from @mendonk
* Apply suggestion from @mendonk
* Apply suggestion from @mendonk
* readme-changes
* Apply suggestion from @mendonk
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
* docs: Update README with note on development setup instructions
* docs: Revise development environment setup instructions for clarity and organization
* Revise Quickstart note for repo cloning
Updated note about repo cloning in the Quickstart section.
* Update README for clarity and organization in Quickstart section
Refined installation and running instructions, added emphasis on local installation, and improved formatting for better readability. Included a caution note for Windows users regarding updates.
* Update README to streamline Quickstart instructions
Removed unnecessary header and improved clarity in the Quickstart section by consolidating the instructions for accessing the local server. This enhances readability and user experience.
* Enhance README Quickstart section for clarity and completeness
Updated installation instructions to improve clarity, added emphasis on local installation, and included additional details about running the Langflow server. Revised section headers for better organization and user experience.
* Add @mendonk suggestion
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
* Improve devcontainer instruction, to @mendonk suggestion
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
---------
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
* ThreadingInMemoryCache usage is broken. This commit addresses those issues along with missing documentation about the caching options.
* make lint & make unit_tests fixes
* removing unnecessary changes from unclear test results in last run
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>