summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Facer2019-11-02 16:34:44 -0600
committerTrevor Facer2019-11-02 16:34:44 -0600
commit9b67dd828f69d60aada956c8fb87a4a4ee603797 (patch)
treecdcbf9369d5529f83b393cd63a4d752a61a460e1
parent810523407099cdb81e067ff8d1b8b96dd5bc16a1 (diff)
downloadaur-9b67dd828f69d60aada956c8fb87a4a4ee603797.tar.gz
Add README
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..bef91476499d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# aliyun-cli-bin
+
+This repo maintains the `PKGBUILD` for the `aliyun-cli-bin` AUR package.
+
+## Getting Started
+
+The Aliyun CLI is a tool used to manage and interact with Alibaba Cloud resources through a command line interface. Its repo exists [here](https://github.com/aliyun/aliyun-cli). For the `aliyun-cli-bin` to be useful, an Alibaba Cloud account should be created along with a user with sufficient permissions attached. Access keys should also be created for this user.
+
+## Installation
+
+This `PKGBUILD` is intended to be used on Arch Linux (or other Arch-based Linux distros). A secure AUR helper is recommended. Exact installation steps will vary depending on the AUR helper, but here is an example:
+```
+yay -S aliyun-cli-bin
+```