···1515## Install ##
1616Homebrew (reccomeneded): `brew tap shiloh/atomicxr https://codeberg.org/shiloh/homebrew-atomicxr.git; brew install atomic-xr`
17171818-> NOTE: Developed with Nushell version `0.106.0`. Lower versions are not guaranteed to work.
1919-2018From this repo: `./install.sh`
21192220## Usage ##
···3634Building Envision profiles:
3735- Right click Envision in your desktop's menu, and select "Launch in Build Mode"
3836- You may also have to launch Envision in build mode to install WiVRn on your headset via ADB
3737+3838+## Common Issues & Troubleshooting ##
3939+4040+If you had AtomicXR installed before version `1.0.0`, try running this command and rebooting:
4141+- `nu -c "rm -rf ~/.local/share/atomic-xr $"($env.HOME)/.local/bin/{oscavmgr-launch,oscavmgr,motoc,wlx-overlay-s,wayvr-dashboard}" | str expand | str join ' '; try {toolbox rm -f atomic-xr}; try {rpm-ostree remove nu}"`
4242+4343+### `unknown flag: -o` for `reject` function:
4444+- Make sure your Nushell version (`nu -v`) is up to date, `0.106.0` is the minimum required version.