File tree Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ weight: -20
5
5
6
6
## Using the binary
7
7
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.
9
9
10
10
## Debian/Mint/Ubuntu
11
+
11
12
There is an automatic installer that works on Debian, Linux Mint and Ubuntu.
12
13
13
14
Before that, install the dependencies:
Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ weight: -20
4
4
---
5
5
## Using the binary
6
6
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.
8
10
9
11
#### How to Fix “App Is Damaged and Can’t Be Opened” on OSX
12
+
10
13
Copy the app file to the applications folder and type the following in your terminal:
11
14
```
12
15
xattr -d com.apple.quarantine /Applications/lem.app
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ weight: -20
5
5
6
6
## Using the binary
7
7
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.
10
9
11
10
## Installation with Docker
12
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ weight: -20
5
5
6
6
## Using the binary
7
7
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.
9
9
10
10
## Other GNU/Linux
11
11
@@ -84,7 +84,7 @@ sudo make install
84
84
This will:
85
85
86
86
- Build Lem with both SDL2 and ncurses interfaces
87
- - Install the executable system-wide
87
+ - Install the executable system-wide
88
88
- Add a desktop entry file with relevant file associations
89
89
- Configure SDL2 as the default interface
90
90
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ weight: -20
4
4
---
5
5
## Using the binary
6
6
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
8
9
9
10
10
#### 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
60
60
- Launch Automator
61
61
- Choose 'Application' as the type for your document
62
62
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
64
64
that you can run in this 'application'. Scroll down until you see ` Run Shell Script ` . Double click
65
65
on this and on the right you should now see a text box where you can enter your script:
66
66
75
75
76
76
Save this as an application (this should be the default) with the name ` Lem ` to ` \Applications ` .
77
77
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.
79
79
80
80
### Keyboard Layout
81
81
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ title: Windows
3
3
weight : -20
4
4
---
5
5
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.
8
7
9
8
#### Keyboard Layout
10
9
You can’t perform that action at this time.
0 commit comments