You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Support applications installing more than 1 binary
2
+
3
+
The original design of ponyup was that you would install an application such as ponyc that in turn contained a single binary that shared the same name.
4
+
5
+
We recently started including the Pony language server in the distribution with ponyc. Ponyup could install the distribution but would only install into the user's PATH the ponyc binary.
6
+
7
+
We've added support for application distributions to contain more than one binary that will be linked into the user's PATH.
8
+
9
+
The practical implication is that when you install a ponyc distribution that also contains `pony-lsp`, both `ponyc` and `pony-lsp` will be available via your PATH.
0 commit comments