Skip to content

Commit

Permalink
include note to copy resources in build steps (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
tawnylure authored Sep 13, 2023
1 parent 67b23ab commit 5288694
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ the result of fundamental issues with Discord's thread implementation.
3. `mkdir build && cd build`
4. `cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo ..`
5. `ninja`
6. [Copy resources](#resources)

#### Mac:

Expand All @@ -72,6 +73,8 @@ the result of fundamental issues with Discord's thread implementation.
3. `mkdir build && cd build`
4. `cmake ..`
5. `make`
6. [Copy resources](#resources)


#### Linux:

Expand All @@ -94,6 +97,7 @@ the result of fundamental issues with Discord's thread implementation.
3. `mkdir build && cd build`
4. `cmake ..`
5. `make`
6. [Copy resources](#resources)

### Downloads:

Expand Down

0 comments on commit 5288694

Please sign in to comment.