Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
chore: 📝 Update README formatting and add ignored words to VSCode set…
Browse files Browse the repository at this point in the history
…tings for spell check
  • Loading branch information
M1n-74316D65 committed Aug 10, 2024
1 parent 1ffaa1e commit bc6cd18
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"cSpell.words": [
"dotfile",
"Dotfile",
"dotfiles",
"gitrepo",
"yadm"
],
"languageToolLinter.languageTool.ignoredWordsInWorkspace": [
"dotfile",
"dotfiles",
"rusted-yadm"
]
}
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ Rusted-YADM is a command-line dotfile manager written in Rust. It helps you mana

1. Clone this repository:

```bash
git clone https://github.com/M1n-74316D65/rusted-yadm.git
cd rusted-yadm
```
```bash
git clone https://github.com/M1n-74316D65/rusted-yadm.git
cd rusted-yadm
```

2. Build the project:

```bash
cargo build --release
```
```bash
cargo build --release
```

3. Install the binary:

```bash
cargo install --path .
```
```bash
cargo install --path .
```

## Usage

Expand Down

0 comments on commit bc6cd18

Please sign in to comment.