File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11module github.com/grisu48/pasta
22
3- go 1.15
3+ go 1.13
44
55require (
66 github.com/BurntSushi/toml v0.3.1
77 github.com/akamensky/argparse v1.2.2
88)
9-
Original file line number Diff line number Diff line change 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 =
You can’t perform that action at this time.
0 commit comments