Skip to main content
  1. Lumesh Document/

how to install

178 words·1 min
Table of Contents
  1. download

visit https://codeberg.org/santo/lumesh/releases to download bin file for your os。

macos: visit https://github.com/superiums/lumesh/releases to download。

  1. install

copy the bin file to system path, eg:

  • windows: C:\windows\lume

  • linux: /usr/bin/lume

  • macos: /usr/bin/lume

there're two bin files in download:lumelume-se,choose one as your favor and link to lumesh

1ln -sf /usr/bin/lume /usr/bin/lumesh     # 或
2ln -sf /usr/bin/lume-se /usr/bin/lumesh
  1. permit execution privileage(only linux and macos needed) sudo chmod +x /usr/bin/lume

  2. if you want to set as login shell(only linux and macos supported) run set_as_login_shell() in lume.

update
#

run update() in lume

help
#

run help in lume to see help of functions;

run doc in lume to see help info online.

Related