Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 677 Bytes

README.md

File metadata and controls

executable file
·
27 lines (21 loc) · 677 Bytes

wslrpc

Discord Rich Presence (RPC) for Windows Subsystem for Linux (WSL, WSL2)

Usage:

You need to have Node.js installed on both Windows and WSL for this to work.

Install

# run in WSL
git clone https://github.com/OliverKovacs/wslrpc && cd wslrpc
npm i
sudo ./install.sh

Uninstall

# run in WSL
sudo ./uninstall.sh
cd .. && rm -rf wslrpc

Config

In ./config.json.

Note:

Currently only Ubuntu and Kali are directly supported, but it also works with other distros if you configure it manually.