nimf

(★ 176)

다국어 입력기 프레임워크 Nimf is a lightweight, fast and extensible input method framework

  • .gitignore
  • .gitmodules
  • AUTHORS
  • autogen.sh
  • BUILD.md
  • build_packages.sh
  • Changelog.md
  • configure.ac
  • COPYING
  • DOCKER-BUILD.md
  • install
  • libhangul
  • Makefile.am
  • NEWS
  • nimf.spec
  • PKGBUILD
  • README
  • README-ko.md
  • README.md
  • RPM-GPG-KEY-nimf
  • test-workflow-locally.md
  • THANKS
  • update-version.sh

# Installation Guide

1. Get the code
git clone https://github.com/hamonikr/nimf

Downloads the entire project code from GitHub to your computer.

cd nimf

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • APT (Debian/Ubuntu 계열) Built into Debian/Ubuntu-based Linux distributions.
curl -fsSL https://raw.githubusercontent.com/hamonikr/nimf/master/install | sudo bash

Type this command into your terminal and run it.

sudo apt install gnome-shell-extension-appindicator

Installs directly from the APT package repository (Debian/Ubuntu-based).

After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation