mirror of
https://github.com/tauri-apps/gir-files.git
synced 2026-01-31 00:45:15 +01:00
Merge pull request #83 from MarijnS95/console
README: Replace `shell` with `console` codeblocks
This commit is contained in:
10
README.md
10
README.md
@@ -7,8 +7,8 @@ files used to generate all [`gtk-rs`](https://github.com/gtk-rs/gtk-rs) crates.
|
||||
|
||||
You can update all the files by doing:
|
||||
|
||||
```bash
|
||||
./dl.sh
|
||||
```console
|
||||
$ ./dl.sh
|
||||
```
|
||||
|
||||
This command will fetch the gir files for the latest release of each library.
|
||||
@@ -24,9 +24,9 @@ a bug fix or a missing API.
|
||||
|
||||
Manually copy the updated gir file and then run
|
||||
|
||||
```bash
|
||||
./reformat.sh
|
||||
./fix.sh
|
||||
```console
|
||||
$ ./reformat.sh
|
||||
$ ./fix.sh
|
||||
```
|
||||
|
||||
## Validating an update
|
||||
|
||||
Reference in New Issue
Block a user