Skip to content
Snippets Groups Projects
Commit a9e53464 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Update instructions to install VSCodium

parent 3492b3f9
No related branches found
No related tags found
1 merge request!651Small random fixes
......@@ -444,7 +444,14 @@ set up guest's display drivers]({{< ref "#installing-the-vmware-display-drivers"
If required, configure the network proxy in advance.
Apertis recommends VSCodium as a default IDE for all development activities in the SDK. However, VSCodium integration into Apertis is still ongoing. In the meantime, please follow the steps below to install it manually:
Apertis recommends VSCodium as a default IDE for all development activities in the SDK. Please follow the steps below to install it manually:
$ sudo apt update && sudo apt install vscodium-ide-setup
$ sudo apt update && sudo apt install codium
$ codium
For Apertis v2023, please follow these steps since `vscodium-ide-setup` is not
available:
$ sudo mkdir -p /usr/share/keyrings
$ wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment