vercel / hyper

A terminal built on web technologies

Home Page:https://hyper.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyper built from repository

igmt-official opened this issue · comments

I built hyper from your repository, I'm using npm to built in just like in your instruction, instead of yarn i use npm

$ npm i
$ npm run dev
$ npm run app

So there's no problem and I can run properly the hyper from npm run app, but how can i install that hyper on my arch linux that can recognize as a app from repository that i built?

you can build the installers using yarn run dist or in your case with npm run dist
do note that all the scripts are written with yarn in mind, so if there's any issues due to any differences between how yarn and npm handle something then you'd have to use yarn.
after building it you should be able to use the installers. (haven't used arch so don't know which exact distributable you would use)

okay thank you, I will try yarn