We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820971c commit 478ef8bCopy full SHA for 478ef8b
README.md
@@ -11,11 +11,11 @@ dependancies and examples.
11
You can find a list of release at
12
https://github.com/pdidev/paraconf/releases
13
14
-For example, you can get release 0.4.16:
+For example, you can get release 1.0.0:
15
```
16
-wget https://github.com/pdidev/paraconf/archive/0.4.16.tar.gz
17
-tar -xzf 0.4.16.tar.gz
18
-mv paraconf-0.4.16 paraconf
+wget https://github.com/pdidev/paraconf/archive/1.0.0.tar.gz
+tar -xzf 1.0.0.tar.gz
+mv paraconf-1.0.0 paraconf
19
20
21
paraconf/VERSION
@@ -1 +1 @@
1
-0.4.16
+1.0.0
0 commit comments