mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-25 16:53:10 +00:00
Update readme
This commit is contained in:
parent
45a7562047
commit
66f1033a31
10
README.md
10
README.md
@ -4,13 +4,15 @@ This repository demonstrates how to integrate the [Codex Go bindings](https://gi
|
||||
|
||||
The project starts a Codex node, uploads and downloads some data, and can be stopped with `Ctrl+C`.
|
||||
|
||||
## Get the Go dependency
|
||||
## Usage
|
||||
|
||||
### Get the Go dependency
|
||||
|
||||
```sh
|
||||
go get
|
||||
```
|
||||
|
||||
## Fetch the artifacts
|
||||
### Fetch the artifacts
|
||||
|
||||
```sh
|
||||
# Adapt for your OS
|
||||
@ -22,13 +24,13 @@ make fetch
|
||||
By default, the last release will be downloaded and extracted to libs folder. You can change the `Makefile`
|
||||
to specify another folder or download a specific version.
|
||||
|
||||
## Build
|
||||
### Build
|
||||
|
||||
```sh
|
||||
make build
|
||||
```
|
||||
|
||||
## Run
|
||||
### Run
|
||||
|
||||
```sh
|
||||
./example
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user