From c6cf8a97301da3afbab8591046761fca9aa232f7 Mon Sep 17 00:00:00 2001 From: grimhilt Date: Sat, 21 Oct 2023 22:29:00 +0200 Subject: [PATCH] update readme to show auth --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2153d64..e47fa9d 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,12 @@ This should work pretty much like git with some adaptations to be more debuggabl - [x] Pushing updates (new, deleted, modified) - [x] Using a .nextsyncignore to ignore files - [ ] Pulling changes -- [ ] Auth without using env variables +- [x] Auth with a token +- [ ] Remember token - [ ] Various optimisation ## Usage -For the authentification, I use env variables (USERNAME and PASSWORD), this is temporary. - ``` USAGE: nextsync [SUBCOMMAND]