-
Notifications
You must be signed in to change notification settings - Fork 3
Contributing Tips
C.J. May edited this page Oct 5, 2022
·
5 revisions
You can serve winbin.wtf locally on your own computer, and see changes in real time as you modify documents or page layouts. Follow the instructions below to serve winbin.wtf locally on your machine.
On an Ubuntu-based computer, you can install ruby and bundle with:
sudo apt update && sudo apt install ruby ruby-bundler
Next, clone this repo and cd
into the docs
directory:
git clone https://github.com/lawndoc/winbin.wtf
cd winbin.wtf/docs
Install Jekyll and other required Gems:
bundle install
To build and serve winbin.wtf, make sure you are in the docs
directory and run:
bundle exec jekyll serve
Export DLLs from Process Explorer
- Open the exported file in Visual Studio
-
Ctrl+H
to open Find and Replace - Enable
Use Regular Expressions
Find: ^(?:(?!^.*\.dll\s).)*$
Leave Replace box empty and press "Replace all"
Find: ^.*(?=C:)
Replace: -