diff --git a/README.md b/README.md
index 3548cf74..5f4a2835 100644
--- a/README.md
+++ b/README.md
@@ -78,28 +78,22 @@ AgroTech AI platform is a comprehensive web-based tool where users can access va
-
-
-
-
+1. **Fork this repository** 🍴 and clone it to your local machine:
+ ```bash
+ git clone https://github.com/manikumarreddyu/AgroTech-AI.git
+2. **Install dependencies 🧩:**
+ ```bash
+ npm install
+3. **Run the development server ⚡:**
+ ```bash
+ npm run dev
+4. Open your browser at `http://localhost:3000` to see the project running! 🌟
@@ -108,85 +102,6 @@ https://github.com/VaibhavArora314/StyleShare/assets/142779809/bb8969a2-90b2-431
Please note that this project is released with a [Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
-## Setting Up on your machine
-
-
-
-
- :sparkles:How to Contribute
-
-
-We welcome contributions from the community! To contribute:
-
-1. Fork the repository.
-2. Clone the repository.
- ```sh
- git clone https://github.com/VaibhavArora314/StyleShare.git
- ```
-3. Create a new branch.
- ```sh
- git checkout -b your-branch-name
- ```
-4. Make your changes.
-5. Commit your changes.
- ```sh
- git commit -m 'Add some feature'
- ```
-6. Push to the branch.
- ```sh
- git push origin your-branch-name
- ```
-7. Open a pull request.
-
-
-
-