Skip to content

Commit bca5ca0

Browse files
authored
Update installation.md
1 parent 9aedd1e commit bca5ca0

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

docs/installation.md

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ The Lingua Franca toolchain requires Java 17 ([download from Oracle](https://www
99
You can use Lingua Franca:
1010

1111
- [in Visual Studio Code, using our extension](#visual-studio-code)
12-
- [using Epoch, an Eclipse-based IDE](#epoch-ide)
1312
- [using the command line](#cli-tools)
1413

1514
You can also spin up one of our pre-configured Cloud-based dev environments:
@@ -44,60 +43,6 @@ To use the nightly pre-release of the extension instead of the latest release, f
4443

4544
Please refer to the [Lingua Franca VS Code GitHub repository](https://github.com/lf-lang/vscode-lingua-franca) for build instructions.
4645

47-
## Epoch IDE
48-
49-
There are multiple options available for installing Epoch as listed below. See the handbook for usage instructions.
50-
51-
### Install Script
52-
53-
Run the following command in your terminal to install the latest release (on Windows, use WSL):
54-
55-
```
56-
curl -Ls https://install.lf-lang.org | bash -s epoch
57-
```
58-
59-
You can also install the nightly pre-release:
60-
```
61-
curl -Ls https://install.lf-lang.org | bash -s epoch nightly
62-
```
63-
64-
You can use the `--prefix=<path>` argument to change the default install location.
65-
66-
The default prefix is `/usr/local/bin` on a Mac and `~/.local/bin` on Linux and WSL. You may not have write access to this directory by default, in which case, if you still want to use the default prefix, you can replace `sh` with `sudo sh` in the above commands.
67-
68-
### AUR
69-
70-
There are binary packages available in the Arch user repository, which you can install using your favorite AUR helper. For instance, with `yay`:
71-
72-
```
73-
yay -S epoch-bin
74-
```
75-
76-
or for the nightly pre-release:
77-
78-
```
79-
yay -S epoch-nightly-bin
80-
```
81-
82-
### Manual Download
83-
84-
Regular and nightly release builds of Epoch can be downloaded from the [Epoch release page](https://github.com/lf-lang/epoch/releases). Download the archive that matches your OS and architecture, and extract the contents.
85-
86-
MacOS requires extra steps before being able to execute the app:
87-
88-
```
89-
xattr -cr Epoch.app
90-
```
91-
92-
To install, drag the Epoch.app file to your Applications folder. You can then invoke the app as follows:
93-
94-
```
95-
open -a Epoch.app
96-
```
97-
98-
### From Source
99-
100-
Please refer to the [Epoch GitHub repository](https://github.com/lf-lang/epoch) for build instructions.
10146

10247
## CLI Tools
10348

0 commit comments

Comments
 (0)