Skip to content

Working on this project

Eugene Lazutkin edited this page Jun 11, 2024 · 2 revisions

This project uses git submodules to include the wiki, so the correct way to clone it locally is:

git clone --recursive git@github.com:uhop/list-toolkit.git
cd list-toolkit

For older versions of git or if you forget to use --recursive above:

git clone git@github.com:uhop/node-re2.git
cd node-re2
git submodule update --init --recursive
Clone this wiki locally