/alis-id-token

:fire:To get your an id token of ALIS:

Primary LanguageMakefile

Prerequisites

  • git
  • docker

Get Your ALIS ID Token

Case1: One liner(not need git)

$ curl -sL https://github.com/alisista/alis-id-token/archive/master.tar.gz | tar xvz "*" && cd alis-id-token-master && make show

Case2: make

$ git clone https://github.com/alisista/alis-id-token
$ cd alis-id-token
$ make show