Skip to content

Commit

Permalink
Merge pull request #51 from eth-cscs/readme/abspath
Browse files Browse the repository at this point in the history
abs paths must be used in uenv start
  • Loading branch information
simonpintarelli authored Jan 21, 2025
2 parents 58a0720 + 0106840 commit 7ac6fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Not just a rewrite - new features!
* `uenv image rm prgenv-gnu/24.11:rc4` remove a uenv from your local repository
* `uenv image find @eiger` find all uenv on eigher
* `uenv image find @'*'%gh200` show all uenv built for `gh200` on all clusters
* `uenv start ./store.squashfs --view=develop` now works - uenv can now "peek inside" squashfs images to read meta data
* `uenv start /abspath/to/store.squashfs --view=develop` now works - uenv can now "peek inside" squashfs images to read meta data
* **supports bash, zsh, fish, tcsh**, and no more bash wrappers polluting your history.
* and more...

Expand Down

0 comments on commit 7ac6fdf

Please sign in to comment.