From 3e4b49622cf66014f7392ad910064e5f24cbcad8 Mon Sep 17 00:00:00 2001 From: e Date: Tue, 21 Jan 2025 17:57:18 -0500 Subject: [PATCH] fixed readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc91b8c..d55b9d9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ A unified command-line interface for managing packages across different Linux di 1. Clone the repository and enter the directory: ```git clone https://git.supernets.org/e/managerofmanagers``` - ```cd upm``` + ```cd managerofmanagers``` 2. Install dependencies: @@ -113,7 +113,7 @@ Install using flatpak:\ ## Project Structure ``` -upm/ +managerofmanagers/ ├── main.go # Main application entry point ├── pkg_manager/ │ └── pkg_manager.go # Core package manager implementation @@ -142,4 +142,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail ## Support -If you encounter any issues or have questions, please file an issue on the GitHub repository. \ No newline at end of file +If you encounter any issues or have questions, please file an issue on the git.supernets.org repository. \ No newline at end of file