Navigation Menu

Skip to content

Commit

Permalink
build(update-mathlib): fix installation and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cipher1024 committed Feb 8, 2019
1 parent 64065f4 commit 814cb03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ not specific to mathlib.


## Obtaining binaries ## Obtaining binaries


### Install the `update-mathlib` ### Install the `update-mathlib` script


*Linux/OS X/Cygwin/MSYS2/git bash*: run the following command in a terminal: *Linux/OS X/Cygwin/MSYS2/git bash*: run the following command in a terminal:


Expand Down
5 changes: 5 additions & 0 deletions scripts/remote-install-update-mathlib.sh
@@ -0,0 +1,5 @@
#! /bin/sh
pip3 install toml PyGithub urllib3 certifi
curl -o update-mathlib.py https://raw.githubusercontent.com/leanprover-community/mathlib/master/scripts/update-mathlib.py
chmod +x update-mathlib.py
mv update-mathlib.py /usr/local/bin/update-mathlib

0 comments on commit 814cb03

Please sign in to comment.