mirror of
https://github.com/System-End/spaces.git
synced 2026-04-19 21:05:16 +00:00
docs update
This commit is contained in:
parent
cd9e4a1d20
commit
71ff4e1079
2 changed files with 6 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ echo "Updating package manager..."
|
||||||
sudo apt update && sudo apt upgrade -y
|
sudo apt update && sudo apt upgrade -y
|
||||||
|
|
||||||
sudo apt install -y wget
|
sudo apt install -y wget
|
||||||
wget -O /config/workspace/README.md https://hc-cdn.hel1.your-objectstorage.com/s/v3/07ecba76556e3d58d3532ab237ea0aa3dfb6c18e_in-space.md
|
wget -O /config/workspace/README.md https://raw.githubusercontent.com/hackclub/spaces/refs/heads/main/in-space.md
|
||||||
|
|
||||||
echo "Installing essential system tools..."
|
echo "Installing essential system tools..."
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,10 @@ If a tool you need is not listed, attempt to install it using one of the package
|
||||||
|
|
||||||
If a tool listed here is not working, wait a few minutes and try again! The installation is ran in the background upon space creation to minimize space creation times, so you might have to wait a minute or two for all tools to become available
|
If a tool listed here is not working, wait a few minutes and try again! The installation is ran in the background upon space creation to minimize space creation times, so you might have to wait a minute or two for all tools to become available
|
||||||
|
|
||||||
|
##### Hackatime
|
||||||
|
|
||||||
|
Make sure to set your hackatime api key in settings! if you have done that, Hackatime has been auto installed and set up for you, and will be tracking your time
|
||||||
|
|
||||||
##### General
|
##### General
|
||||||
```
|
```
|
||||||
git
|
git
|
||||||
|
|
@ -27,6 +31,7 @@ python3-pip
|
||||||
python3-venv
|
python3-venv
|
||||||
python3-dev
|
python3-dev
|
||||||
python3-setuptools
|
python3-setuptools
|
||||||
|
uv
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Javascript:
|
##### Javascript:
|
||||||
|
|
@ -78,5 +83,4 @@ rails
|
||||||
```
|
```
|
||||||
go
|
go
|
||||||
crystal
|
crystal
|
||||||
uv
|
|
||||||
```
|
```
|
||||||
Loading…
Add table
Reference in a new issue