@@ -10,7 +10,7 @@ $description
10
10
11
11
We recommend using the provided Docker container.
12
12
13
- A pre-build version is available at [ docker hub] ( https://hub.docker.com/repository/docker/ghga/$name ) :
13
+ A pre-built version is available at [ docker hub] ( https://hub.docker.com/repository/docker/ghga/$name ) :
14
14
``` bash
15
15
docker pull ghga/$name :$version
16
16
```
@@ -49,9 +49,9 @@ $config_description
49
49
50
50
A template YAML for configuring the service can be found at
51
51
[ ` ./example-config.yaml ` ] ( ./example-config.yaml ) .
52
- Please adapt it, rename it to ` .$shortname.yaml ` , and place it into one of the following locations:
53
- - in the current working directory were you are execute the service (on unix : ` ./.$shortname.yaml ` )
54
- - in your home directory (on unix : ` ~/.$shortname.yaml ` )
52
+ Please adapt it, rename it to ` .$shortname.yaml ` , and place it in one of the following locations:
53
+ - in the current working directory where you execute the service (on Linux : ` ./.$shortname.yaml ` )
54
+ - in your home directory (on Linux : ` ~/.$shortname.yaml ` )
55
55
56
56
The config yaml will be automatically parsed by the service.
57
57
@@ -65,7 +65,7 @@ e.g. for the `host` set an environment variable named `${shortname}_host`
65
65
(you may use both upper or lower cases, however, it is standard to define all env
66
66
variables in upper cases).
67
67
68
- To using file secrets please refer to the
68
+ To use file secrets, please refer to the
69
69
[ corresponding section] ( https://pydantic-docs.helpmanual.io/usage/settings/#secret-support )
70
70
of the pydantic documentation.
71
71
@@ -92,8 +92,8 @@ This will give you a full-fledged, pre-configured development environment includ
92
92
- a pre-configured debugger
93
93
- automatic license-header insertion
94
94
95
- Moreover, inside the devcontainer, a convenience commands ` dev_install ` is available.
96
- It installs the service with all development dependencies, installs pre-commit.
95
+ Moreover, inside the devcontainer, a command ` dev_install ` is available for convenience .
96
+ It installs the service with all development dependencies, and it installs pre-commit.
97
97
98
98
The installation is performed automatically when you build the devcontainer. However,
99
99
if you update dependencies in the [ ` ./pyproject.toml ` ] ( ./pyproject.toml ) or the
0 commit comments