diff --git a/README.rst b/README.rst index 292c71b..02bc3b6 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,8 @@ First, packages for C, C++, and Fortran programming languages must be installed 1) Tools --> Plugins --> Settings --> Tick "NetBeans 8.2 Plugin Portal" --> Close -and then reboot the Apache NetBeans IDE. +and then reboot the Apache NetBeans IDE. +After rebooting, make sure you intall the relevant C/C++ plugin from the available ones. Second, users should create a New Project following this path: 2) File --> New Project --> Categories :: Samples :: C/C++ --> Projects :: Fortran Hello World Application --> Next --> Choose Name --> Close diff --git a/h -f origin main b/h -f origin main deleted file mode 100644 index 406f9fc..0000000 --- a/h -f origin main +++ /dev/null @@ -1,38 +0,0 @@ -usage: git tag [-a | -s | -u ] [-f] [-m | -F ] - [] - or: git tag -d ... - or: git tag -l [-n[]] [--contains ] [--no-contains ] [--points-at ] - [--format=] [--merged ] [--no-merged ] [...] - or: git tag -v [--format=] ... - - -l, --list list tag names - -n[] print lines of each tag message - -d, --delete delete tags - -v, --verify verify tags - -Tag creation options - -a, --annotate annotated tag, needs a message - -m, --message - tag message - -F, --file read message from file - -e, --edit force edit of tag message - -s, --sign annotated and GPG-signed tag - --cleanup how to strip spaces and #comments from message - -u, --local-user - use another key to sign the tag - -f, --force replace the tag if exists - --create-reflog create a reflog - -Tag listing options - --column[=