Skip to content

Commit df3d977

Browse files
author
nix
committed
update docs for linux
1 parent c5c3934 commit df3d977

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/app/docs/user-guide/ofs-integration.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,12 @@ Manual Installation:
6767

6868
## Installation Linux
6969

70-
I create an Install script to setup OFS + MTFG Extension. The script is located in [`./contrib/OpenFunscripter/openfunscripter_setup_linux.sh`](https://github.com/michael-mueller-git/Python-Funscript-Editor/blob/main/contrib/OpenFunscripter/openfunscripter_setup_linux.sh). You may need to adjust the script depending on your Distribution. Or you may want to install it manually by using the script as reference/manual. The script was test on Ubuntu.
70+
Yo can use my OFS Fork with nix support. My OFS Fork includes the MTFG Extension by default. For nix setup with flake read https://github.com/mschwaig/howto-install-nix-with-flake-support/blob/main/README.md
7171

72-
One liner to run the installer:
73-
74-
```bash
75-
wget -O - https://raw.githubusercontent.com/michael-mueller-git/Python-Funscript-Editor/main/contrib/OpenFunscripter/openfunscripter_setup_linux.sh | bash
72+
```sh
73+
nix run github:michael-mueller-git/OFS --refresh
7674
```
7775

78-
Please also take a look at the [application build instruction](https://github.com/michael-mueller-git/Python-Funscript-Editor/blob/main/docs/app/docs/user-guide/build.md) where the basic setup of Python-Funscript-Editor is explained.
79-
80-
When i update the installer script recently you may need to clone the current file version with git due to the bad github RAW caching issue [#46681](https://github.com/orgs/community/discussions/46691).
81-
8276
<br>
8377

8478
## Troubleshot

0 commit comments

Comments
 (0)