Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Dec 24, 2023
1 parent 1a4bff5 commit 4e274f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/install-mapshaper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sudo apt install npm nodejs -y
sudo apt-get install libmagic-dev -y

git clone https://github.com/mbloch/mapshaper.git --single-branch
git checkout ec6e7a40bc875ee6d113045e5ee86f47abf57bc7
cd mapshaper
git checkout ec6e7a40bc875ee6d113045e5ee86f47abf57bc7
yes | npm install # install dependencies
yes yes | npm run build # bundle source code files
sudo npm link # (optional) add global symlinks so scripts are available systemwide

0 comments on commit 4e274f6

Please sign in to comment.