Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 7, 2024
1 parent 4a7e15d commit ecbcbd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ cargo add rookie
```

Create `main.rs` with the following

```rust
use rookie::brave;

Expand Down Expand Up @@ -100,6 +101,7 @@ See [cli](https://github.com/thewh1teagle/rookie/tree/main/cli) folder

So far the following platforms are supported:

- **Arc:** `Linux`, `macOS`, `Windows`
- **Brave:** `Linux`, `macOS`, `Windows`
- **Cachy:** `Linux`
- **Chrome:** `Linux`, `macOS`, `Windows`
Expand All @@ -125,6 +127,7 @@ look at [src/windows/config.rs](https://github.com/thewh1teagle/rookie/blob/main

| Browser | Linux | macOS | Windows |
| :-------- | :------: | :------: | :------: |
| Arc | 07/08/24 | 07/08/24 | 07/08/24 |
| Brave | 01/10/23 | 25/11/23 | 01/10/23 |
| Cachy | 04/06/24 | N/A | N/A |
| Chromium | 01/10/23 | 25/11/23 | 01/10/23 |
Expand All @@ -141,4 +144,3 @@ look at [src/windows/config.rs](https://github.com/thewh1teagle/rookie/blob/main
## Credits 🙌

[github.com/borisbabic/browser_cookie3](https://github.com/borisbabic/browser_cookie3)

0 comments on commit ecbcbd8

Please sign in to comment.