mirror of
https://github.com/itsKaynine/electron-injector.git
synced 2026-04-03 01:36:20 +02:00
docs: update README.md
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
You can download pre-compiled binaries from the [releases](https://github.com/itsKaynine/electron-injector/releases) page and add the binary to your `PATH` environment variable.
|
You can download pre-compiled binaries from the [releases](https://github.com/itsKaynine/electron-injector/releases) page and add the binary to your `PATH` environment variable.
|
||||||
|
|
||||||
Alternatively, you can install electron-injector using Cargo, Rust's package manager.
|
Alternatively, you can install `electron-injector` using Cargo, Rust's package manager.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cargo install electron-injector
|
$ cargo install electron-injector
|
||||||
@@ -16,7 +16,7 @@ $ cargo install electron-injector
|
|||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
To use electron-injector, simply specify the path to the Electron app and the JavaScript file that you want to inject.
|
To use `electron-injector`, simply specify the path to the Electron app and the JavaScript file that you want to inject.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ electron-injector --script=/path/to/script.js /path/to/electron/app
|
$ electron-injector --script=/path/to/script.js /path/to/electron/app
|
||||||
|
|||||||
Reference in New Issue
Block a user