浏览代码

Copy editing

Alessandro Pignotti 2 年之前
父节点
当前提交
4f490dc153
共有 2 个文件被更改,包括 9 次插入7 次删除
  1. 6 6
      .github/workflows/deploy.yml
  2. 3 1
      README.md

+ 6 - 6
.github/workflows/deploy.yml

@@ -9,37 +9,37 @@ on:
     inputs:
       DOCKERFILE_PATH:
         type: string
-        description: 'Absolute path to the Dockerfile.'
+        description: 'Path to the Dockerfile'
         required: true
         default: 'dockerfiles/debian_mini'
 
       IMAGE_SIZE:
         type: string
-        description: 'Image size, 950M max.'
+        description: 'Image size, 950M max'
         required: true
         default: '600M'
 
       LOGIN_UGID:
           type: string
-          description: 'UID:GID of the starting process.'
+          description: 'UID:GID of the starting process'
           required: true
           default: "1000:1000"
 
       DEPLOY_TO_GITHUB_PAGES:
         type: boolean
-        description: 'Deploy to Github pages.'
+        description: 'Deploy to Github pages'
         required: true
         default: true
 
       GITHUB_RELEASE:
         type: boolean
-        description: 'Upload GitHub release.'
+        description: 'Upload GitHub release'
         required: true
         default: false
 
       GITHUB_RELEASE_TAG:
         type: string
-        description: 'Tag for the github release.'
+        description: 'Tag for the GitHub release'
         required: true
         default: "ext2_image"
 

+ 3 - 1
README.md

@@ -14,7 +14,7 @@ WebVM is powered by the CheerpX virtualization engine, and enables safe, sandbox
 - Log in to Tailscale (create an account if you don't have one).
 - If you are unfamiliar with Tailscale or would like additional information see [WebVM and Tailscale](/docs/Tailscale.md).
 
-# Fork and deploy
+# Fork, deploy, customize
 
 - Fork the repository.
 - Enable Github pages in settings.
@@ -26,6 +26,8 @@ WebVM is powered by the CheerpX virtualization engine, and enables safe, sandbox
 	- Accept the prompt. This is required only once to enable Actions for your fork.
 	- Click on the workflow named `Deploy`.
 	- Click `Run workflow` and then once more `Run workflow` in the menu.
+- Customize `dockerfiles/debian_mini` to suits your needs.
+- You can also make a new Dockerfile from scratch. Use the "Path to Dockerfile" workflow parameter to select it.
 
 <img src="/assets/fork_deploy_instructions.gif" alt="deploy_instructions_gif" width="90%">