Merge remote-tracking branch 'remote/main'
This commit is contained in:
commit
4ee27b145a
|
@ -1,4 +1,4 @@
|
||||||
# bird-looking-glass
|
# bird-looking-glass-proxy
|
||||||
```
|
```
|
||||||
USAGE:
|
USAGE:
|
||||||
bird-looking-glass-proxy [OPTIONS]
|
bird-looking-glass-proxy [OPTIONS]
|
||||||
|
@ -17,5 +17,5 @@ OPTIONS:
|
||||||
### Tips
|
### Tips
|
||||||
The default configuration file is located at `./config.toml`, but you can customize the file location using the `-c` or `--config` parameter.
|
The default configuration file is located at `./config.toml`, but you can customize the file location using the `-c` or `--config` parameter.
|
||||||
|
|
||||||
## Known issues.
|
## Known issues
|
||||||
* Versions built with the `*-unknown-linux-gnu` toolchain may not function correctly on systems with `GLIBC` versions below `2.35`. To resolve this, use a statically linked version built with the `*-unknown-linux-musl` toolchain.
|
* Versions built with the `*-unknown-linux-gnu` toolchain may not function correctly on systems with `GLIBC` versions below `2.35`. To resolve this, use a statically linked version built with the `*-unknown-linux-musl` toolchain.
|
||||||
|
|
Loading…
Reference in New Issue