We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bc072 commit 8de8142Copy full SHA for 8de8142
2 files changed
bundle/README
@@ -19,6 +19,7 @@ This bundle contains the following executables:
19
- psc-ide-server Provides Editor Support in the form of type information and
20
autocompletion
21
- psc-ide-client Utility to query psc-ide-server
22
+- psc-package Package manager for PureScript packages
23
24
Copy these files anywhere on your PATH.
25
bundle/build.sh
@@ -26,7 +26,7 @@ fi
26
mkdir -p bundle/build/purescript
27
28
# Strip the binaries, and copy them to the staging directory
29
-for BIN in psc psci psc-docs psc-publish psc-bundle psc-ide-server psc-ide-client
+for BIN in psc psci psc-docs psc-publish psc-bundle psc-ide-server psc-ide-client psc-package
30
do
31
FULL_BIN="$LOCAL_INSTALL_ROOT/bin/${BIN}${BIN_EXT}"
32
if [ "$OS" != "win64" ]
0 commit comments