Mike Nolan f32fdb02f8 | ||
---|---|---|
SimpleNotes | ||
SimpleNotes.Gtk | ||
SimpleNotes.Mac | ||
SimpleNotes.Wpf | ||
.gitignore | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
SimpleNotes.sln |
README.md
SimpleNotes
SimpleNotes, A server backed note taking app
Install (Binary)
- Windows (PortableApps.com)
- Windows (Setup)
- Windows (XCopyable)
- Windows (All)
- Linux (x86_64)
- Linux (arm32)
- Linux (arm64)
Install (Source)
- dotnet 7 (for linux and mac, windows if you edit csproj)
- dotnet 6 for windows
- to build on linux run
bash $ make
- to build on windows open up solution and click build->Build SimpleNotes.Wpf (make sure SimpleNotes.Wpf is selected by the green arrow)
- No Install necessary unless you download the binaries