I hereby claim:
- I am kauffj on github.
- I am kauffj (https://keybase.io/kauffj) on keybase.
- I have a public key ASA1iAF4DMlXpl_zfTAdbML3xcNVWAcOZ73ce8_7NilVcQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Verifying that +lbryio is my blockchain ID. https://onename.com/lbryio |
| echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc | |
| . ~/.bashrc | |
| mkdir ~/local | |
| mkdir ~/node-latest-install | |
| cd ~/node-latest-install | |
| curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1 | |
| ./configure --prefix=~/local | |
| make install # ok, fine, this step probably takes more than 30 seconds... | |
| curl -L https://www.npmjs.org/install.sh | sh |