Aktualisierte Dateien
This commit is contained in:
parent
50999c3a2b
commit
a05b81d0d1
1 changed files with 0 additions and 2 deletions
|
|
@ -40,7 +40,6 @@ Dies ist mein erstes Programm in Rust. (Bitte seid gnädig.)
|
||||||
- Unterstützt Ausschlussmuster für bestimmte Datei-Muster/Verzeichnis-Muster
|
- Unterstützt Ausschlussmuster für bestimmte Datei-Muster/Verzeichnis-Muster
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/jamulix/NameToUnix.git # Download repository
|
git clone https://github.com/jamulix/NameToUnix.git # Download repository
|
||||||
cd NameToUnix # Change to download directory
|
cd NameToUnix # Change to download directory
|
||||||
|
|
@ -108,7 +107,6 @@ Erstelle eine Datei `.NameToUnix.conf` im persönlichen Arbeitsverzeichnis z. B.
|
||||||
Create a file `.NameToUnix.conf` in your personal working directory, e.g. with the following content
|
Create a file `.NameToUnix.conf` in your personal working directory, e.g. with the following content
|
||||||
(alternatively `~/.config/NameToUnix/config.toml`):
|
(alternatively `~/.config/NameToUnix/config.toml`):
|
||||||
|
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[replacements]
|
[replacements]
|
||||||
"foo" = "bar"
|
"foo" = "bar"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue