fixed some typo
This commit is contained in:
parent
f1efb9ee35
commit
141a11be9b
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -34,7 +34,7 @@ Parch-Profiler is a powerful Python-based utility designed specifically for Parc
|
||||||
To install packages, clone configurations, and enable services:
|
To install packages, clone configurations, and enable services:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python parch-profiler.py --load config.toml
|
python profiler.py --load config.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
### **2. Validating a TOML Configuration**
|
### **2. Validating a TOML Configuration**
|
||||||
|
@ -42,7 +42,7 @@ python parch-profiler.py --load config.toml
|
||||||
Check if your TOML file is correctly formatted:
|
Check if your TOML file is correctly formatted:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python parch-profiler.py --check config.toml
|
python profiler.py --check config.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
### **3. Generating a System Package List**
|
### **3. Generating a System Package List**
|
||||||
|
@ -50,7 +50,7 @@ python parch-profiler.py --check config.toml
|
||||||
Generate a TOML file listing all installed Pacman, AUR, and Flatpak packages:
|
Generate a TOML file listing all installed Pacman, AUR, and Flatpak packages:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python parch-profiler.py --generate-system output.toml
|
python profiler.py --generate-system output.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
### **4. Generating a TOML from a Text File**
|
### **4. Generating a TOML from a Text File**
|
||||||
|
@ -58,7 +58,7 @@ python parch-profiler.py --generate-system output.toml
|
||||||
Convert a simple text file into a TOML configuration:
|
Convert a simple text file into a TOML configuration:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python parch-profiler.py --generate-file input.txt output.toml
|
python profiler.py --generate-file input.txt output.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
### **5. Reviewing and Editing Generated TOML Files**
|
### **5. Reviewing and Editing Generated TOML Files**
|
||||||
|
@ -96,7 +96,7 @@ flatpak_packages = [
|
||||||
|
|
||||||
# Configuration repositories to clone
|
# Configuration repositories to clone
|
||||||
[config]
|
[config]
|
||||||
nvim = { url = "https://gitlab.com/yourusername/nvim-config.git" }
|
nvim = { url = "https://github.com/yourusername/nvim-config.git" }
|
||||||
|
|
||||||
# Systemd services to enable and start
|
# Systemd services to enable and start
|
||||||
[systemd]
|
[systemd]
|
||||||
|
@ -125,9 +125,9 @@ flatpak: com.spotify.Client, org.videolan.VLC
|
||||||
To use Parch-Profiler on Parch Linux, clone the repository and ensure you have Python installed on your system:
|
To use Parch-Profiler on Parch Linux, clone the repository and ensure you have Python installed on your system:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitlab.com/yourusername/parch-profiler.git
|
git clone https://git.parchlinux.com/applications/parch-profiler.git
|
||||||
cd parch-profiler
|
cd parch-profiler
|
||||||
python parch-profiler.py --help
|
python profiler.py --help
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Reference in a new issue