update the repository to be used on build and the README

This commit is contained in:
Alfred Kamanda 2025-08-20 09:37:15 +03:00
parent 790f50e5e1
commit 5fd3102852
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libgdbm-dev \
git \
&& rm -rf /var/lib/apt/lists/*
RUN git clone https://git.defalsify.org/vise.git go-vise
RUN git clone https://github.com/grassrootseconomics/go-vise go-vise
COPY . ./sarafu-vise
WORKDIR /build/sarafu-vise/services/registration

View File

@ -7,9 +7,9 @@ This is a USSD service built using the [go-vise](https://github.com/nolash/go-vi
## Prerequisites
### 1. [go-vise](https://github.com/nolash/go-vise)
Set up `go-vise` by cloning the repository into a separate directory. The main upstream repository is hosted at: `https://git.defalsify.org/vise.git`
Set up `go-vise` by cloning the repository into a separate directory. The main upstream repository is hosted at: `https://github.com/grassrootseconomics/go-vise`
```
git clone https://git.defalsify.org/vise.git
git clone https://github.com/grassrootseconomics/go-vise
```
## Setup