Skip to content

Commit 6505765

Browse files
committed
README: new install instructions
1 parent 0bc2bf2 commit 6505765

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,25 +70,16 @@ The following topics have been upstreamed to mathlib and no longer live in LeanC
7070
* The Erdős-Ginzburg-Ziv theorem
7171
* Chevalley's theorem about constructible sets with and without a complexity bound
7272

73-
## Interacting with the project
74-
75-
### Getting the project
73+
## Getting the project
7674

7775
To build the Lean files of this project, you need to have a working version of Lean.
78-
See [the installation instructions](https://leanprover-community.github.io/get_started.html) (under Regular install).
79-
Alternatively, click on the button below to open a Gitpod workspace containing the project.
76+
See [the installation instructions](https://lean-lang.org/install/).
77+
Alternatively, click on the button below to open an Ona workspace containing the project.
8078

81-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/YaelDillies/apap)
79+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/YaelDillies/cam-combi)
8280

8381
In either case, run `lake exe cache get` and then `lake build` to build the project.
8482

85-
### Browsing the project
86-
87-
With the project opened in VScode, you are all set to start exploring the code. There are two pieces of functionality that help a lot when browsing through Lean code:
88-
89-
* "Go to definition": If you right-click on a name of a definition or lemma (such as `IsBinomialRandomGraph`), then you can choose "Go to definition" from the menu, and you will be taken to the relevant location in the source files. This also works by `Ctrl`-clicking on the name.
90-
* "Goal view": in the event that you would like to read a *proof*, you can step through the proof line-by-line, and see the internals of Lean's "brain" in the Goal window. If the Goal window is not open, you can open it by clicking on the forall icon in the top right hand corner.
91-
9283
### Contributing
9384

9485
**This project is open to contribution**. You are in fact encouraged to have a look at the example sheet translations and try your hand at one of the problems. If you manage to prove one of them, please open a PR!

0 commit comments

Comments
 (0)