Skip to content

Commit 31dc1e3

Browse files
authored
Update README.md
1 parent 661a828 commit 31dc1e3

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
The Cross-Platform Flipnote Encoder and Signer written in .NET
44

5-
requires [.NET 5 Runtime](https://dotnet.microsoft.com/download) or newer to run!
6-
75
built with [PPMLib](https://github.com/miso-xyz/PPMLib)
86

97
uses binaries from [ffmpeg](https://ffmpeg.org) for video manipulation.
@@ -21,19 +19,11 @@ uses binaries from [ffmpeg](https://ffmpeg.org) for video manipulation.
2119
[![forthebadge](https://forthebadge.com/images/badges/powered-by-energy-drinks.svg)](https://forthebadge.com)
2220

2321
# Cross-Platform Information
24-
As I am still new to the world of Linux (and completely unfamiliar with OsX, I've built these all as cross-platform releases with embedded binaries for each system. This means you will have to install a copy of the [.NET 5 runtime](https://dotnet.microsoft.com/download) on your system.
25-
26-
## Important!
27-
To run on any platform: run `dotnet LinuxNote.dll` in a command prompt.
28-
29-
I can't guarantee that the executables work.
30-
31-
In Linux: `./LinuxNote` (likely to fail right now)
32-
33-
In Windows: just run the exe
22+
Here are the ways you can run the Flipnote Encoder:
3423

35-
MacOS Users: Please download [ffmpeg binaries](https://ffmpeg.org) (ffmpeg and ffprobe) and place them in `ffmpeg/bin` (you have to create those folders)
36-
`ffmpeg/bin` should contain `ffmpeg` and `ffprobe`.
24+
* Windows: Just double click the .exe
25+
* Linux: `./FlipnoteEncoder` in a terminal, or double click the .sh script
26+
* OSX: `./FlipnoteEncoder` in a terminal I'd assume.
3727

3828
# config.json
3929
Located inside the Root folder is a config.json. Should it not exist, a new one will be created by the program.

0 commit comments

Comments
 (0)