Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我运行mix local.hex,我会得到最新版本的 Hex。我怎样才能:
mix local.hex
要安装旧版本的十六进制,请使用mix hex.install. 见mix help hex.install:
mix hex.install
mix help hex.install
混合 hex.install 手动安装特定的十六进制版本。 mix hex.install VERSION
混合 hex.install
手动安装特定的十六进制版本。
mix hex.install VERSION
我不知道如何从命令行列出可用的十六进制版本,但GitHub 上的更改日志应该很有用。