ThongCoder commited on
Commit
1c1e542
·
verified ·
1 Parent(s): 5851744

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,7 +9,7 @@ license: mit
9
  short_description: An online VS Code, now equipped with compilers.
10
  ---
11
 
12
- # VS Code Web IDE with Auto Backup
13
 
14
  This Space runs **VS Code on the Web** with:
15
  - Python 3.12
@@ -31,7 +31,7 @@ Files are uploaded using a cache-safe trick to avoid LFS errors.
31
  1. Set secrets in Space Settings:
32
  - `BACKUP_REPO`
33
  - `HF_TOKEN`
34
- - Please note: Leaving any of these secret empty will not start the Auto Backup Service and will NOT restore the last version.
35
- - All files will be wiped clean on Space restart. It is recommended for you to have Persistent storage space, or a private data store repo on HF.
36
  2. Launch Space → Access VS Code on port 7860.
37
  3. Work normally, backups run in the background.
 
9
  short_description: An online VS Code, now equipped with compilers.
10
  ---
11
 
12
+ # VS Code on the Web IDE with Auto Backup
13
 
14
  This Space runs **VS Code on the Web** with:
15
  - Python 3.12
 
31
  1. Set secrets in Space Settings:
32
  - `BACKUP_REPO`
33
  - `HF_TOKEN`
34
+ - Please note: Leaving any of these secret empty will not start the Auto Backup Service and will *not* restore the last version.
35
+ - All files will be wiped clean on Space restart. It is **recommended** for you to have Persistent storage space, or a private data store repo on HF with the secrets correctly set.
36
  2. Launch Space → Access VS Code on port 7860.
37
  3. Work normally, backups run in the background.