🏡 index : ~doyle/chartered.git

author Jordan Doyle <jordan@doyle.la> 2021-08-31 20:36:37.0 +01:00:00
committer Jordan Doyle <jordan@doyle.la> 2021-08-31 20:36:37.0 +01:00:00
commit
0177af85c53cd2566ff23368330582ee5b1fc898 [patch]
tree
3393274ef21ec2c16c6c5c8895f4433d81391850
parent
8a06f53ec0cb3019b9000490ac8598b5ea84f267
download
0177af85c53cd2566ff23368330582ee5b1fc898.tar.gz

update readme



Diff

 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index d089bda..e9617d6 100644
--- a/README.md
+++ a/README.md
@@ -14,6 +14,8 @@
- ~serve cargo manifest over git (how does git handle 'force pushes' from server -> client? lets see how they like it for once, i'm sick of people picking on servers all the time)~ **turns out, very well - they've helpfully included the --force flag in their `git fetch` call so we can serve a completely different commit on every pull if we wanted to and not have to worry about conflicts**
- serve .crate files over http using auth tokens we generated while serving the manifest

[open tasks](https://github.com/w4/chartered/issues)

#### open q's

maybe it'd be better to use git directly and create an index on the filesystem just for the user? seems less fun though