Updated readme
This commit is contained in:
@@ -48,9 +48,9 @@ apify-shared = { git = "https://git.virteklabs.com/virtek-labs/apify-shared" }
|
|||||||
Pin to a specific tag, branch, or commit:
|
Pin to a specific tag, branch, or commit:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
apify-shared = { git = "https://your-gitea-instance.com/virtek-labs/apify-shared", tag = "v0.1.0" }
|
apify-shared = { git = "https://git.virteklabs.com/virtek-labs/apify-shared", tag = "v0.1.0" }
|
||||||
apify-shared = { git = "https://your-gitea-instance.com/virtek-labs/apify-shared", branch = "main" }
|
apify-shared = { git = "https://git.virteklabs.com/virtek-labs/apify-shared", branch = "main" }
|
||||||
apify-shared = { git = "https://your-gitea-instance.com/virtek-labs/apify-shared", rev = "abc123" }
|
apify-shared = { git = "https://git.virteklabs.com/virtek-labs/apify-shared", rev = "abc123" }
|
||||||
```
|
```
|
||||||
|
|
||||||
### From a local path (development)
|
### From a local path (development)
|
||||||
|
|||||||
Reference in New Issue
Block a user