Skip to content

Commit

Permalink
Remove some verbosity in Developers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AJGranowski committed Feb 9, 2024
1 parent 23e5d5f commit b1852f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/wiki/Developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ You should be able to build this project from any platform as long as Docker is

## Build

1. Clone the repo:
```sh
git clone https://github.com/AJGranowski/reddit-expanded-community-filter-userscript.git
```
1. Clone the repo.
2. Run the build:
```sh
./toolbox
Expand All @@ -38,7 +35,7 @@ The userscript will be located at `build/release/script.user.js` once the build

## Debugging

Enable debug mode by clicking **`Enable Debug Mode`** from the userscript menu. Muted posts will appear with a dashed red border, and extra information will be printed to the web console. To view console messages, open the [web console][open-console-instructions-link] and filter by `Reddit expanded community filter.user.js`.
Enable debug mode by clicking **`Enable Debug Mode`** from the userscript menu. Muted posts will appear with a dashed red border, and extra information will be printed to the web console. To view console messages, open the [web console][open-console-instructions-link] and filter by the script name.


----
Expand Down
2 changes: 1 addition & 1 deletion .github/wiki/Home.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[**User Documentation**][user-index-link]

[**Developer Documentation**][developer-index-link]
[**Developers**][developer-index-link]

[developer-index-link]: Developers
[user-index-link]: Users

0 comments on commit b1852f3

Please sign in to comment.