You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-EN.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The OneScript distribution already includes a set of the most commonly used pack
34
34
35
35
### Linux ###
36
36
37
-
#### v2.x (current branch) — .NET 8.0 based
37
+
#### v2.x (current branch) — .NET 8.0 based ####
38
38
39
39
Two ZIP archive variants are available:
40
40
@@ -48,12 +48,12 @@ Installation steps:
48
48
- Extract the archive to a convenient directory.
49
49
- Set executable permissions:
50
50
```bash
51
-
chmod +x oscript
51
+
chmod +x ./oscript
52
52
```
53
53
54
54
The FDD variant requires .NET Runtime 8.0 — see installation instructions for your distribution at [learn.microsoft.com/dotnet/core/install/linux](https://learn.microsoft.com/dotnet/core/install/linux).
55
55
56
-
#### v1.x LTS — deb package (Mono)
56
+
#### v1.x LTS — deb package (Mono) ####
57
57
58
58
The LTS branch is distributed as a `.deb` package and runs on Mono. The package automatically installs the minimum required Mono components; however, **the debugger requires `mono-complete`**.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ OneScript позволяет создавать и выполнять текст
34
34
35
35
### Linux ###
36
36
37
-
#### v2.x (текущая ветка) — на базе .NET 8.0
37
+
#### v2.x (текущая ветка) — на базе .NET 8.0 ####
38
38
39
39
Существуют два варианта ZIP-архива:
40
40
@@ -53,7 +53,7 @@ OneScript позволяет создавать и выполнять текст
53
53
54
54
Для FDD-варианта необходим .NET Runtime 8.0 — инструкция по установке на вашем дистрибутиве: [learn.microsoft.com/dotnet/core/install/linux](https://learn.microsoft.com/dotnet/core/install/linux).
55
55
56
-
#### v1.x LTS — deb-пакет (Mono)
56
+
#### v1.x LTS — deb-пакет (Mono) ####
57
57
58
58
LTS-ветка распространяется в виде `.deb`-пакета и работает на базе Mono. Пакет автоматически устанавливает минимально необходимые компоненты Mono, однако **для работы отладчика** требуется `mono-complete`.
0 commit comments