Revert "Update repository URLs from GitHub to Codeberg"
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled
This reverts commit 956066631e.
This commit is contained in:
@@ -20,7 +20,7 @@ npm install baradb
|
||||
Or from source:
|
||||
|
||||
```bash
|
||||
git clone https://codeberg.org/baraba/bara-lang
|
||||
git clone https://github.com/barabadb/baradadb.git
|
||||
cd clients/javascript
|
||||
npm link
|
||||
```
|
||||
|
||||
@@ -21,7 +21,7 @@ requires "baradb >= 1.1.0"
|
||||
Or clone locally:
|
||||
|
||||
```bash
|
||||
git clone https://codeberg.org/baraba/bara-lang
|
||||
git clone https://github.com/barabadb/baradadb.git
|
||||
cd clients/nim
|
||||
nimble develop
|
||||
```
|
||||
|
||||
@@ -21,7 +21,7 @@ pip install baradb
|
||||
Or from source:
|
||||
|
||||
```bash
|
||||
git clone https://codeberg.org/baraba/bara-lang
|
||||
git clone https://github.com/barabadb/baradadb.git
|
||||
cd clients/python
|
||||
pip install -e ".[dev]"
|
||||
```
|
||||
|
||||
@@ -23,7 +23,7 @@ tokio = { version = "1.35", features = ["full"] }
|
||||
Or from source:
|
||||
|
||||
```bash
|
||||
git clone https://codeberg.org/baraba/bara-lang
|
||||
git clone https://github.com/barabadb/baradadb.git
|
||||
cd clients/rust
|
||||
cargo build
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user