Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KalyanM45 authored Dec 4, 2023
1 parent 87e5450 commit d34cd0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Follow these steps to install and set up the project directly from the GitHub re
- Navigate to the directory where you want to install the project.
- Run the following command to clone the GitHub repository:
```
git clone https://github.com/KalyanMurapaka45/--------------------.git
git clone https://github.com/KalyanMurapaka45/Flight-Fare-Prediction.git
```

2. **Create a Virtual Environment** (Optional but recommended)
Expand Down Expand Up @@ -77,13 +77,13 @@ If you prefer to use Docker, you can install and run the project using a Docker
- Open your terminal or command prompt.
- Run the following command to pull the Docker image from DockerHub:
```
docker pull kalyan45/movierecommend-app
docker pull kalyan45/flight-app
```

2. **Run the Docker Container**
- Start the Docker container by running the following command, and mapping any necessary ports:
```
docker run -p 5000:5000 kalyan45/movierecommend-app
docker run -p 5000:5000 kalyan45/flight-app
```

3. **Access the Project**
Expand All @@ -92,7 +92,7 @@ If you prefer to use Docker, you can install and run the project using a Docker

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
Expand Down

0 comments on commit d34cd0e

Please sign in to comment.