0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

Merge pull request #285 from neon-mmd/readme-revision

📝 Replace the `warning` with an appropriate `note`
This commit is contained in:
alamin655 2023-10-01 08:52:00 +05:30 committed by GitHub
commit b0f82c00e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View File

@ -3932,7 +3932,7 @@ dependencies = [
[[package]]
name = "websurfx"
version = "0.24.3"
version = "0.24.4"
dependencies = [
"actix-cors",
"actix-files",

View File

@ -1,6 +1,6 @@
[package]
name = "websurfx"
version = "0.24.3"
version = "0.24.4"
edition = "2021"
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
repository = "https://github.com/neon-mmd/websurfx"

View File

@ -132,8 +132,10 @@ redis-server --port 8082 &
Once you have started the server, open your preferred web browser and navigate to <http://127.0.0.1:8080> to start using Websurfx.
> **Warning**
> This project is still in the testing phase and is **not** ready for production use.
> **Note**
>
> 1. The project is no longer in the testing phase and is now ready for production use.
> 2. There are many features still missing like `support for image search`, `different categories`, `quick apps`, etc but they will be added soon as part of future releases.
**[⬆️ Back to Top](#--)**