소스 검색

update usage doc to make it clear which version it relates to

Jonathan Turner 6 년 전
부모
커밋
3f6e444316
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      USAGE.md
  2. 2 0
      v8/USAGE.md

+ 5 - 0
USAGE.md

@@ -1,3 +1,8 @@
+## Version 7 Usage
+
+This usage documentation relates to version 7 only. For other versions please refer to the USAGE.md in the relevant
+major version sub-directory.
+
 ### Configuration
 The gokrb5 libraries use the same krb5.conf configuration file format as MIT Kerberos, described [here](https://web.mit.edu/kerberos/krb5-latest/doc/admin/conf_files/krb5_conf.html).
 Config instances can be created by loading from a file path or by passing a string, io.Reader or bufio.Scanner to the relevant method:

+ 2 - 0
v8/USAGE.md

@@ -1,3 +1,5 @@
+## Version 8 Usage
+
 ### Configuration
 The gokrb5 libraries use the same krb5.conf configuration file format as MIT Kerberos, 
 described [here](https://web.mit.edu/kerberos/krb5-latest/doc/admin/conf_files/krb5_conf.html).