From 822ffe3a2473766021896040ff39f74ac98cbabd Mon Sep 17 00:00:00 2001 From: Kray-G Date: Tue, 17 Aug 2021 21:57:36 +0900 Subject: [PATCH] #232: updated a doc. --- docs/Package.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Package.md b/docs/Package.md index 2e3a15f0..eb8d5f52 100644 --- a/docs/Package.md +++ b/docs/Package.md @@ -124,10 +124,10 @@ It is the example of the case when the directories under `src` would be `bin`, ` ``` [SOURCE] [PACKAGE] -src/bin -----------> $libpath/package/typesetting/0.0.2/bin - /lib -----------> /lib - /etc -----------> /etc -docs -----------> /docs +src/bin -----------> $libpath/package/typesetting/99.99.99/bin + /lib -----------> /lib + /etc -----------> /etc +docs -----------> /docs ``` You can install it correctly by running just `kip devinst` at the root of the package repository which has a `package.json` file.