From c9141666e2a58af4ff091d37e1ae19fa2b68a532 Mon Sep 17 00:00:00 2001 From: probonopd Date: Tue, 2 Jul 2024 20:42:44 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0712af1..e32aa19 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,9 @@ Miller Columns File Manager ("Miller") is a simple cross-platform file manager w 1. Clone the repository: - ``` - bash - git clone https://github.com/yourusername/miller-columns-file-manager.git - cd miller-columns-file-manager + ```sh + git clone https://github.com/probonopd/Miller + cd Miller ``` 2. Install dependencies: @@ -57,4 +56,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file ### Acknowledgments - PyQt6 Documentation: https://doc.qt.io/qtforpython-6/ -- Windows platform integation: https://github.com/mhammond/pywin32 \ No newline at end of file +- Windows platform integation: https://github.com/mhammond/pywin32