瀏覽代碼

CVS -> github

Lee Salzman 13 年之前
父節點
當前提交
fb55c5d7c3
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README
  2. 1 1
      docs/install.dox

+ 1 - 1
README

@@ -1,7 +1,7 @@
 Please visit the ENet homepage at http://enet.bespin.org for installation
 and usage instructions.
 
-If you obtained this package from CVS, the quick description on how to build
+If you obtained this package from github, the quick description on how to build
 is:
 
 # Generate the build system.

+ 1 - 1
docs/install.dox

@@ -12,7 +12,7 @@ by doing the following:
 
 ./configure && make && make install
 
-If you obtained the package from CVS, you must have automake and autoconf
+If you obtained the package from github, you must have automake and autoconf
 available to generate the build system first by doing the following command
 before using the above mentioned build procedure: