Created
June 27, 2018 10:04
-
-
Save FruitieX/8ae936c1147ca9a5261b24c9fcef1454 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install python | |
sudo mkdir /etc/nix | |
echo "use-sqlite-wal = false" | sudo tee -a /etc/nix/nix.conf | |
curl https://nixos.org/nix/install | sh | |
# restart terminal here | |
nix-env -f '<nixpkgs>' -iA nox nodejs-10_x yarn gnumake gcc git openssh | |
git clone [email protected]:FruitieX/wind-waker.git | |
cd wind-waker | |
yarn | |
yarn build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment