diff options
| author | yangwei <[email protected]> | 2024-02-27 11:13:43 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-02-27 11:29:04 +0800 |
| commit | cd72134c6f4fa7b4620f5e5ea9333aa6084dd90f (patch) | |
| tree | 04b64674687c38e24fd68ba1c6f05c2af8f7f923 /README.md | |
| parent | f467df42ec53958848247b000ff07bddf2fdaf75 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -18,9 +18,11 @@ Replace `your_username` and `your_passwd` with your private account. Step 2: Pull the stellar-dev-env Docker image, use the following command: ``` -docker pull git.mesalab.cn:7443/stellar/stellar-dev-env:main +docker pull git.mesalab.cn:7443/stellar/stellar-dev-env:$tag ``` +Replace `tag` with the desired version or branch name, such as `main`. + After successfully pulling the image, you can use the stellar-dev-env Docker container as needed. ## Development Components @@ -37,4 +39,4 @@ The stellar-dev-env Docker image comes pre-installed with essential development * libfieldstat3 * libfieldstat4 * libbreakpad_mini -* licjson +* libcjson |
