Skip to content

Commit c61da44

Browse files
committed
Update README.md
1 parent 49862f1 commit c61da44

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,12 @@ If you are using an immutable distribution like Fedora Atomic or OpenSUSE MicroO
8181
2. Save in a convenient folder (e.g. `~/bin` or `~/.local/bin`)
8282
3. Make `setup.sh` executable (`chmod +x setup.sh`) and run it (`./linoffice.sh`).
8383

84-
This should be all automatic but will take quite a while. You need to download about 8 GB in total and wait until both Windows and Office are installed. In my experience, on a modern laptop and with fast Internet, it took about 30 minutes all in, maybe 10 minutes of downloading and 20 minutes of installing.
84+
Or as a one-line command that you can copy and paste:
85+
```
86+
mkdir -p ~/.local/bin/linoffice && wget -qO- https://github.com/eylenburg/linoffice/archive/refs/heads/main.zip | funzip | tar -x -C ~/.local/bin/linoffice --strip-components=1 && chmod +x ~/.local/bin/linoffice/setup.sh && ~/.local/bin/linoffice/setup.sh
87+
```
88+
89+
The setup.sh should do everything automatically but will take quite a while. You need to download about 8 GB in total and wait until both Windows and Office are installed. In my experience, on a modern laptop and with fast Internet, it took about 30 minutes all in, maybe 10 minutes of downloading and 20 minutes of installing.
8590

8691
Unfortunately it is not allowed to redistribute Microsoft software, otherwise I would have just prepared a pre-made VM with Office installed, which would cut down the installation time and make this whole project much simpler. At the moment, the script downloads Windows, installs it into a VM, then downloads Office and installs it in the VM, as well as various other tweaks to integrate Office.
8792

0 commit comments

Comments
 (0)