Skip to content

Commit

Permalink
Remove outdated docker section from INSTALL.md
Browse files Browse the repository at this point in the history
The fstarlang docker images have not been updated for years and thus should not be referenced in the installation instructions.
  • Loading branch information
SECtim authored Mar 11, 2024
1 parent a48722f commit 9cabbad
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* [Binary package](#binary-package)
* [Installing a binary package](#installing-a-binary-package)
* [Testing a binary package](#testing-a-binary-package)
* [Running F* from a docker image](#running-f-from-a-docker-image)
* [Chocolatey Package on Windows](#chocolatey-package-on-windows)
* [Nix Package](#nix-package)
* [Building F* from the OCaml sources](#building-f-from-the-ocaml-sources)
Expand Down Expand Up @@ -126,16 +125,6 @@ commands. (Note: On Windows this requires Cygwin and `make`)
like this `Unix.Unix_error(Unix.ENOMEM, "fork", "")`
you can increase the limits with `ulimit -n 4000`.

## Running F\* from a docker image ##

An alternative to installing binaries is to install a docker image.
We currently provide the following two on docker hub: `fstarlang/fstar-emacs`
with emacs support and `fstarlang/fstar` for purists.
The image is automatically kept up to date through a cloud build.

You only have to install docker and an X server for your platform and you are good to go.
See [Running F\* from a docker image](https://github.com/FStarLang/FStar/wiki/Running-F%2A-from-a-docker-image)
for the details on how to use docker.

## Chocolatey Package on Windows ##

Expand Down

0 comments on commit 9cabbad

Please sign in to comment.