From cae9bfd6b089eb37f0fed44894f34c017699d649 Mon Sep 17 00:00:00 2001 From: marc Date: Sat, 2 Nov 2019 10:45:09 +0100 Subject: [PATCH] updated README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7cac9d5..6a3485a 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,16 @@ git remote -v ``` # Usage +## Add or edit files in repository ```sh dot add /path/to/file dot commit -m "some message" dot push ``` + +## pull repository +```sh +dot clone https://gitea.cloudsphere.duckdns.org/marc/dotfiles.git + +dot pull origin master +``