Skip to content

Commit 9236997

Browse files
committed
link to nightly releases
1 parent ba76e0a commit 9236997

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

content/en/installation/ncurses/linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ weight: -20
55

66
## Using the binary
77

8-
[Lem 2.1 was released](https://github.com/lem-project/lem/releases/tag/v2.1.0)! It provides binaries for Linux, MacOS and Windows.
8+
[Lem has nightly AppImage releases](https://github.com/lem-project/lem/releases)! for Linux, MacOS and Windows.
99

1010
## Debian/Mint/Ubuntu
11+
1112
There is an automatic installer that works on Debian, Linux Mint and Ubuntu.
1213

1314
Before that, install the dependencies:

content/en/installation/ncurses/macos.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ weight: -20
44
---
55
## Using the binary
66

7-
[Lem 2.1 was released](https://github.com/lem-project/lem/releases/tag/v2.1.0)! It provides binaries for Linux, MacOS and Windows.
7+
[Lem has nightly AppImage releases](https://github.com/lem-project/lem/releases)! for Linux, MacOS and Windows.
8+
9+
Please run it with the `xattr` command below.
810

911
#### How to Fix “App Is Damaged and Can’t Be Opened” on OSX
12+
1013
Copy the app file to the applications folder and type the following in your terminal:
1114
```
1215
xattr -d com.apple.quarantine /Applications/lem.app

content/en/installation/ncurses/windows.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ weight: -20
55

66
## Using the binary
77

8-
[Lem 2.1 was released](https://github.com/lem-project/lem/releases/tag/v2.1.0)! It provides binaries for Linux, MacOS and Windows.
9-
8+
[Lem has nightly AppImage releases](https://github.com/lem-project/lem/releases)! for Linux, MacOS and Windows.
109

1110
## Installation with Docker
1211

content/en/installation/sdl2/linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: -20
55

66
## Using the binary
77

8-
[Lem 2.1 was released](https://github.com/lem-project/lem/releases/tag/v2.1.0)! It provides binaries for Linux, MacOS and Windows.
8+
[Lem has nightly AppImage releases](https://github.com/lem-project/lem/releases)! for Linux, MacOS and Windows.
99

1010
## Other GNU/Linux
1111

@@ -84,7 +84,7 @@ sudo make install
8484
This will:
8585

8686
- Build Lem with both SDL2 and ncurses interfaces
87-
- Install the executable system-wide
87+
- Install the executable system-wide
8888
- Add a desktop entry file with relevant file associations
8989
- Configure SDL2 as the default interface
9090

content/en/installation/sdl2/macos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight: -20
44
---
55
## Using the binary
66

7-
[Lem 2.1 was released](https://github.com/lem-project/lem/releases/tag/v2.1.0)! It provides binaries for Linux, MacOS and Windows.
7+
[Lem has nightly AppImage releases](https://github.com/lem-project/lem/releases)! for Linux, MacOS and Windows.
88

99

1010
#### How to Fix “App Is Damaged and Can’t Be Opened” on OSX
@@ -60,7 +60,7 @@ To create an executable that you can run as a GUI you will need to use Automator
6060
- Launch Automator
6161
- Choose 'Application' as the type for your document
6262

63-
You should now see three columns. In the second column there will be a collection of actions
63+
You should now see three columns. In the second column there will be a collection of actions
6464
that you can run in this 'application'. Scroll down until you see `Run Shell Script`. Double click
6565
on this and on the right you should now see a text box where you can enter your script:
6666

@@ -75,7 +75,7 @@ exit 0
7575

7676
Save this as an application (this should be the default) with the name `Lem` to `\Applications`.
7777

78-
You should now be abel to run this as an application from the Applications folder.
78+
You should now be abel to run this as an application from the Applications folder.
7979

8080
### Keyboard Layout
8181

content/en/installation/sdl2/windows.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: Windows
33
weight: -20
44
---
55

6-
[Lem 2.1 was released](https://github.com/lem-project/lem/releases/tag/v2.1.0)! It provides binaries for Linux, MacOS and Windows.
7-
6+
[Lem has nightly AppImage releases](https://github.com/lem-project/lem/releases)! for Linux, MacOS and Windows.
87

98
#### Keyboard Layout
109

0 commit comments

Comments
 (0)