From 055cc66234c8d2a04f6646394513ec8006d5799b Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Fri, 20 Oct 2023 16:10:42 +0200 Subject: [PATCH] Readme update --- Makefile | 2 +- README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 368f7d3..b935f05 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ verify: $(PKG_ID).s9pk install: ifeq (,$(wildcard ~/.embassy/config.yaml)) - @echo; echo "You must define \"host: https://adjective-noun.local\" in ~/.embassy/config.yaml config file first"; echo + @echo; echo "You must define \"host: https://server-name.local\" in ~/.embassy/config.yaml config file first"; echo else start-cli package install $(PKG_ID).s9pk endif diff --git a/README.md b/README.md index 5ac9a64..e51d41d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ Project Logo +

+ # Wrapper for vaultwarden [Vaultwarden](https://github.com/dani-garcia/vaultwarden) is a lightweight and secure password manager for storing and auto-filling sensitive information such as usernames and passwords, credit cards, identities, and notes. It is an alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients. This repository creates the `s9pk` package that is installed to run `vaultwarden` on [StarOS](https://github.com/Start9Labs/start-os/). @@ -9,10 +13,9 @@ Install the system dependencies below to build this project by following the ins - [docker](https://docs.docker.com/get-docker) - [docker-buildx](https://docs.docker.com/buildx/working-with-buildx/) - [jq](https://stedolan.github.io/jq/) -- [start-sdk](https://github.com/Start9Labs/start-os/blob/master/backend/install-sdk.sh) +- [start-sdk](https://github.com/Start9Labs/start-os/blob/sdk/backend/install-sdk.sh) - [deno](https://deno.land/#installation) - [make](https://www.gnu.org/software/make/) -- [wget](https://command-not-found.com/wget) ## Cloning