From 4a23fbfbccd30292f0fc6dcc6f7080752793cc87 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 20 Apr 2019 17:12:39 -0300 Subject: Parse project commit --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8c05758..b8cdc58 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,9 @@ First, initialize the database with `ganarchy.py initdb`. The database is stored Then, set the project commit with `ganarchy.py set-commit COMMIT`, where `COMMIT` is the full commit hash. The commit *must* start with `[Project]` followed by the project name, and may have an optional description. -(Note: This requirement isn't currently checked, but will be in the future. This is important for a future federation +(Note: This requirement isn't properly checked, but will be in the future. This is important for a future federation protocol that allows for automatically discovering forks based on the project commit.) -Currently, you also need to set the project title manually using `ganarchy.py set-project-title PROJECT-TITLE`. This will -be replaced with the above mechanism in the future. - Once everything is initialized, add some repos with `ganarchy.py repo add URL`, and enable them with `ganarchy.py repo enable URL` (they come disabled by default). You are now ready to go. -- cgit 1.4.1