You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Disclaimer :** This is not an official Leetcode tool. I am not affiliated with Leetcode in any way. This tool is not endorsed by leetcode.
@@ -10,6 +14,14 @@ Executes leetcode testcases and submits your solution through CLI interface
10
14
11
15
## Installation
12
16
17
+
### Using Cargo
18
+
19
+
1. If you have [Cargo installed](https://doc.rust-lang.org/cargo/getting-started/installation.html) on your system then you can install the tool using the following command.
20
+
21
+
```bash
22
+
cargo install leetcode-runner-cli
23
+
```
24
+
13
25
### Using pre-built binaries
14
26
15
27
1. Go to the [Releases section](/releases) and download the appropriate binary for your system.
@@ -44,7 +56,7 @@ Depending on your platform you may need to install certain tools to be able to c
44
56
45
57
## Usage
46
58
47
-
1. Setup environment variable `LC_COOKIE` with your leetcode session cookie.
59
+
1. Setup environment variable `LC_COOKIE` with your leetcode session cookie. You may search on internet to know how to setup an environment variable on your system.
48
60
49
61
You can get your session cookie by logging in to leetcode and inspecting the cookie from Request headers in your browser's developer tools.
50
62
@@ -54,7 +66,7 @@ Depending on your platform you may need to install certain tools to be able to c
0 commit comments