We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
norns source now has submodules so it needs to pull those in - so cloning from scratch:
cd ~ git clone https://github.com/fates-project/norns.git --recurse-submodules cd norns ./waf configure ./waf
or updating an already pulled repo
cd ~/norns git submodule update --init --recursive ./waf configure ./waf
There was an error while loading. Please reload this page.