Skip to content

Commit b6f4f8e

Browse files
authored
Merge pull request #28 from pdostal/obs_readme
Include OBS build
2 parents 1fb1f41 + 70a2bbf commit b6f4f8e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ $ sudo mkfs.ext4 /dev/sdb1
3535
$ sudo ros install -d /dev/sda -c cloud-init.yaml
3636
```
3737

38+
## Run on openSUSE
39+
40+
We build openSUSE package at [build.opensuse.org](https://build.opensuse.org/package/show/home:pdostal/pasta). You can install it like this:
41+
42+
zypper addrepo https://download.opensuse.org/repositories/home:/pdostal/openSUSE_Tumbleweed/home:pdostal.repo
43+
zypper refresh; zypper install pasta
44+
3845
## Build and run from source
3946

4047
make pastad # Server

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
module github.com/grisu48/pasta
22

3-
go 1.15
3+
go 1.13
44

55
require (
66
github.com/BurntSushi/toml v0.3.1
77
github.com/akamensky/argparse v1.2.2
88
)
9-

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
2+
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
3+
github.com/akamensky/argparse v1.2.2 h1:P17T0ZjlUNJuWTPPJ2A5dM1wxarHgHqfYH+AZTo2xQA=
4+
github.com/akamensky/argparse v1.2.2/go.mod h1:S5kwC7IuDcEr5VeXtGPRVZ5o/FdhcMlQz4IZQuw64xA=

0 commit comments

Comments
 (0)