3
3
<img width =" 128px " src =" ./.github/scope-round-200.png " />
4
4
<h1 ><b >Scope</b ></h1 >
5
5
6
- The discord client for power users.
6
+ The Discord client for power users.
7
7
<br >
8
8
<a href =" https://www.scopeclient.com/ " ><strong >scopeclient.com »</strong ></a >
9
9
@@ -15,13 +15,13 @@ The discord client for power users.
15
15
</tbody >
16
16
</table >
17
17
18
- <sup >Nightly releases can be found <a href =" https://github.com/scopeclient/scope/actions/workflows/build.yml " >here</a > </sup >
18
+ <sup >Nightly releases can be found <a href =" https://github.com/scopeclient/scope/actions/workflows/build.yml " >here</a >. </sup >
19
19
20
20
</div >
21
21
22
- ###### Scope is in its earliest stages of development. This readme will be fleshed out as the project progresses
22
+ ###### Scope is in its earliest stages of development. This README will be fleshed out as the project progresses.
23
23
24
- ## Building
24
+ ## Building the Project
25
25
26
26
### Prerequisites
27
27
@@ -33,14 +33,7 @@ The discord client for power users.
33
33
2 . Run ` cargo build --release `
34
34
3 . The binary will be in ` ./target/release/scope `
35
35
36
- ### Environment
37
-
38
- The binary presently requires the following environment variables to be set or in a ` .env ` file in the current working directory:
39
-
40
- - ` DISCORD_TOKEN ` - your discord token
41
- - ` DEMO_CHANNEL_ID ` - the channel ID to listen for messages on
42
-
43
- ## Developing
36
+ ## Development Setup
44
37
45
38
### Prerequisites
46
39
@@ -50,11 +43,11 @@ The binary presently requires the following environment variables to be set or i
50
43
51
44
1 . Clone the repository
52
45
2 . Run ` cargo run `
53
- - It's reccomended to use ` cargo watch -- cargo run ` from [ cargo-watch] ( https://github.com/watchexec/cargo-watch ) , but it's in no way required
46
+ - It's recommended to use ` cargo watch -- cargo run ` from [ cargo-watch] ( https://github.com/watchexec/cargo-watch ) , but it's optional
54
47
55
- ### Environment
48
+ ## Environment Variables
56
49
57
- The binary presently requires the following environment variables to be set or in a ` .env ` file in the current working directory :
50
+ The binary requires the following environment variables to be set in the current working directory or in a ` .env ` file:
58
51
59
- - ` DISCORD_TOKEN ` - your discord token
60
- - ` DEMO_CHANNEL_ID ` - the channel ID to listen for messages on
52
+ - ` DISCORD_TOKEN ` - Your Discord token
53
+ - ` DEMO_CHANNEL_ID ` - The channel ID to listen for messages on
0 commit comments