Again some Readme changes.
This commit is contained in:
parent
8eb0f65729
commit
ca9b4f16c7
18
README.md
18
README.md
|
@ -16,12 +16,24 @@ Keep track of the Repository as I may add more features to the script.
|
||||||
Also I do not support the usage of Windows, Linux is free of charge so get a copy.
|
Also I do not support the usage of Windows, Linux is free of charge so get a copy.
|
||||||
I am more than happy helping you install Linux on your machine.
|
I am more than happy helping you install Linux on your machine.
|
||||||
|
|
||||||
## Setup
|
## Setups
|
||||||
|
|
||||||
|
The easiest Way is to use the VM Image (pw:rtsa) provided here:
|
||||||
|
|
||||||
|
<https://tu-dortmund.sciebo.de/s/JbvtbtEADx92eEG/authenticate>
|
||||||
|
|
||||||
|
On this VM you can simply open VS Code from the desktop and start coding.
|
||||||
|
|
||||||
|
Following are native setups and some other unrecommended Setups are at the end of this Readme.
|
||||||
|
|
||||||
|
Also read the VS Code setup, which might be interesting independent from your chosen Setup.
|
||||||
|
|
||||||
|
### Mac Setup
|
||||||
|
|
||||||
I recommend using docker and VS Code for setup.
|
I recommend using docker and VS Code for setup.
|
||||||
Also check out the recommended extensions in the Docker section.
|
Also check out the recommended extensions in the Docker section.
|
||||||
If you prefer to work from Linux or Mac OS X, check the Dockerfile for dependencies.
|
If you prefer to work from Linux or Mac OS X, check the Dockerfile for dependencies.
|
||||||
For Mac (tested in M1 Mac mini) you can also use:
|
For Mac (tested on M1 Mac mini) you can also use:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./poolhelper.sh mac
|
./poolhelper.sh mac
|
||||||
|
@ -29,8 +41,6 @@ For Mac (tested in M1 Mac mini) you can also use:
|
||||||
|
|
||||||
But you will need brew installed and also have to use the poolhelper script instead of the normal helper script.
|
But you will need brew installed and also have to use the poolhelper script instead of the normal helper script.
|
||||||
|
|
||||||
Some other unrecommended Setups are at the end of this Readme.
|
|
||||||
|
|
||||||
### Setup on a Pool PC
|
### Setup on a Pool PC
|
||||||
|
|
||||||
At first get an IRB account from the following link and log in:
|
At first get an IRB account from the following link and log in:
|
||||||
|
|
Loading…
Reference in New Issue