File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 - name : Cache Homebrew Bundler RubyGems
1919 id : cache
20- uses : actions/cache@v1
20+ uses : actions/cache@v4
2121 with :
2222 path : ${{ steps.set-up-homebrew.outputs.gems-path }}
2323 key : ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
Original file line number Diff line number Diff line change @@ -11,15 +11,20 @@ You will need to update your `DYLD_LIBRARY_PATH` so that `arkscript` can find it
1111export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH :/opt/homebrew/lib
1212```
1313
14+ Add ` ARKSCRIPT_PATH ` to your profile script (bashrc, zshrc, fishrc...):
15+ ``` shell
16+ export ARKSCRIPT_PATH=/usr/local/lib/Ark
17+ ```
18+
1419## Documentation
1520
1621` brew help ` , ` man brew ` or check [ Homebrew's documentation] ( https://docs.brew.sh ) .
1722
18- ## Developper documentation
19-
20- ### Add a new release
23+ ## Developer documentation
2124
22- 1 . Update arkscript.rb to point to the latest ArkScript release
23- 1 . Add a new arkscript@version.rb with the same content as arkscript.rb (using the new tag)
24- 1 . Replace the alias under Aliases/Arkscript@version by doing: ` cd Aliases && rm arkscript@* && ln -s ../arkscript arkscript@version ` i
25+ ### Adding a new release
2526
27+ 1 . Run ` python3 create_formula.py v[X.Y.Z] `
28+ - it will create a new formula in ` arkscript@X.Y.Z.rb ` ,
29+ - update ` arkscript.rb ` .
30+ 2 . Commit and push the changes
You can’t perform that action at this time.
0 commit comments