Skip to content

Commit fe8f938

Browse files
committed
#892: Update installation path for phino executable.
1 parent de605d3 commit fe8f938

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.rultor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ install: |
1515
npm install --no-color mocha
1616
curl -fsSL -o phino http://phino.objectionary.com/releases/ubuntu-22.04/phino-latest
1717
chmod +x phino
18-
sudo mv "$(pwd)/phino" /usr/local/bin/phino
18+
sudo mv "$(pwd)/phino" /usr/bin/phino
19+
phino --version
1920
pdd -f /dev/null -v
2021
release:
2122
pre: false

0 commit comments

Comments
 (0)