Skip to content

Latest commit

 

History

History
102 lines (66 loc) · 2.38 KB

README.md

File metadata and controls

102 lines (66 loc) · 2.38 KB

BASH checksum-verifier

الدليل بالعربية

بُريمج باش للتأكد من مصداقية أي برنامج ، حيث يُقدم لك البريمج إمكانية التحقق من المصداقية بواسطة ثلاث خوازميات : md5 sha1 sha256

جدول المحتويات

التثبيت

  • قُم بتزيل المستودع
    إفتح الطرفية في مكانك المفضل :
git https://github.com/Lmuhammed/Bash-checksum-verifier.git

الاستخدام

  • قُم بالدخول إلى مجلد المُستودع
cd ./Bash-checksum-verifier
  • تغيير صلاحيات البرنامج، حسب حاجتك : مثال
chmod 700 ./checksum-verifier
  • شغل البرنامج :
./checksum-verifier

المساهمة

إذا لاحظت أي مشكلة أو درت المُساهمة في التطوير ، لا تتردد في الإبلاغ غن خطأ أو قم بنسخ المُستودع وأرسل التغييرات للمُراجعة .

الترخيص

موزعة بموجب ترخيص GPL3. انظر 'LICENSE.txt' لمزيد من المعلومات.

English manual

Table of Contents

Installation

  • Clone the repository
    Open the terminal at your favorite location :
git https://github.com/Lmuhammed/Bash-checksum-verifier.git

Usage

  • Navigate to the project folder
cd ./Bash-checksum-verifier
  • Change the program's permissions, depending on your needs: Example
chmod 700 ./checksum-verifier
  • Start the program :
./checksum-verifier
  • Follow the instructions

Contributing

If you notice any issues or want to contribute to the development, feel free to report a bug or fork the repo and commit changes as PULL REQUEST

License

Distributed under the GPL3 License. See LICENSE.txt for more information.