update go-vise #101
@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
libgdbm-dev \
|
libgdbm-dev \
|
||||||
git \
|
git \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& 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
|
COPY . ./sarafu-vise
|
||||||
|
|
||||||
WORKDIR /build/sarafu-vise/services/registration
|
WORKDIR /build/sarafu-vise/services/registration
|
||||||
|
@ -7,9 +7,9 @@ This is a USSD service built using the [go-vise](https://github.com/nolash/go-vi
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
### 1. [go-vise](https://github.com/nolash/go-vise)
|
### 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
|
## Setup
|
||||||
|
Loading…
Reference in New Issue
Block a user