Skip to content

Commit

Permalink
k sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
remvst committed Aug 31, 2023
1 parent 1f16ad0 commit 1843802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ update: install

install:
git submodule update --init --recursive
brew install node advancecomp || apt-get install -y advancecomp
brew install node advancecomp || sudo apt-get install -y advancecomp
cd js13k-compiler && npm install
./install-ect.sh

0 comments on commit 1843802

Please sign in to comment.