Talk about other ways of installing and using unity #119

Open
Etch9 wants to merge 6 commits from main into main
Showing only changes of commit 83f3e8745e - Show all commits

View File

@@ -195,7 +195,7 @@ rename bee_backend to bee_backend.bin,
create a new text file named bee_backend in the same directory, create a new text file named bee_backend in the same directory,
mark it as executable (so chmod 755 bee_backend or use your file browser), mark it as executable (so chmod 755 bee_backend or use your file browser),
fill it with these contents:, fill it with these contents:,
```
#!/bin/bash #!/bin/bash
args=("$@") args=("$@")
@@ -207,4 +207,5 @@ do
break;; break;;
esac esac
done done
${0}.bin "${args[@]}" ${0}.bin "${args[@]}"
```