Skip to content

Commit 38cf53a

Browse files
committed
chore: update README.md with new repo url
1 parent 600529a commit 38cf53a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22

33
|Name|Version|Home page|License|Status|
44
|----|-------|---------|-------|-------|
5-
|**MapServer**|8.0.1|https://mapserver.org/|MIT||
6-
|**GDAL/OGR**|3.8.5|https://gdal.org/|MIT/X style||
7-
|**PROJ**|9.4.0|https://proj.org/|MIT/X style||
8-
|**GEOS**|3.12.1|https://libgeos.org/|LGPL-2.1||
9-
|**SQLite**|3.45.3|https://www.sqlite.org/|Public Domain||
10-
|**Libxml2**|2.12.6|http://xmlsoft.org/|MIT||
5+
|**MapServer**|8.0.1|https://mapserver.org/|MIT|🚧|
6+
|**GDAL/OGR**|3.8.5|https://gdal.org/|MIT/X style|🚧|
7+
|**PROJ**|9.4.0|https://proj.org/|MIT/X style|🚧|
8+
|**GEOS**|3.12.1|https://libgeos.org/|LGPL-2.1|🚧|
9+
|**SQLite**|3.45.3|https://www.sqlite.org/|Public Domain|🚧|
10+
|**Libxml2**|2.12.6|http://xmlsoft.org/|MIT|🚧|
1111

1212
✅ up-to-date | 🚧 needs-update | Last update check 26.04.2024
1313

1414
# Checkout
1515

1616
```sh
17-
git clone --recurse-submodules git@git-profil.data-experts.net:profil/gis/mapserver-wasm.git
17+
git clone --recurse-submodules git@github.com:codeart1st/mapserver-wasm.git
1818
```
1919

2020
```sh
21-
git clone git@git-profil.data-experts.net:profil/gis/mapserver-wasm.git
21+
git clone git@github.com:codeart1st/mapserver-wasm.git
2222
git submodule update --init --recursive
2323
```
2424

@@ -42,9 +42,9 @@ And execute in a second terminal the following command to install the missing bu
4242
```sh
4343
docker exec --user root mapserver-wasm bash -c "apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y tcl automake pkgconf libtool brotli"
4444
```
45-
After that execute all job script commands described in `.gitlab-ci.yml` inside the interactive build container. It can be helpful to set the `CI_PROJECT_DIR` environment variable beforehand. For a better overview, you can also check the [GitLab CI pipeline editor](https://git-profil.data-experts.net/profil/gis/mapserver-wasm/-/ci/editor?branch_name=develop&tab=2).
45+
After that execute all job script commands described in `.github/workflows/ci.yml` inside the interactive build container. It can be helpful to set the `GITHUB_WORKSPACE` environment variable beforehand.
4646
```sh
47-
CI_PROJECT_DIR=/src
47+
GITHUB_WORKSPACE=/src
4848
```
4949

5050
# Test

0 commit comments

Comments
 (0)