Update README.md

This commit is contained in:
If you know this, you a cool guy 2025-01-21 23:01:47 +00:00
parent 59fce95acf
commit f741b40bf7

View File

@ -34,8 +34,8 @@ A unified command-line interface for managing packages across different Linux di
1. Clone the repository and enter the directory: 1. Clone the repository and enter the directory:
```git clone https://git.supernets.org/e/managerofmanagers``` ```git clone https://git.supernets.org/e/upm-universalpackagemanager```
```cd managerofmanagers``` ```cd upm-universalpackagemanager```
2. Install dependencies: 2. Install dependencies:
@ -115,7 +115,7 @@ Install using flatpak:\
## Project Structure ## Project Structure
``` ```
managerofmanagers/ upm-universalpackagemanager/
├── main.go # Main application entry point ├── main.go # Main application entry point
├── pkg_manager/ ├── pkg_manager/
│ └── pkg_manager.go # Core package manager implementation │ └── pkg_manager.go # Core package manager implementation