-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README update for the changes undergone #1030
README update for the changes undergone #1030
Conversation
niccolopaganini
commented
Sep 12, 2023
- Updated README like @JGreenlee mentioned to successfully build
- Maintaining current version
- Will update again after updating JDK in this intel machine
1. Updated README like @JGreenlee mentioned to successfully build 2. Maintaining current version 3. Will update again after updating JDK in this intel machine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please indicate "Testing done"
"If it is not tested, it is broken".
In particular, I would like to see if the instructions work without activation (see comment below)
README.md
Outdated
Make sure you switch to the "label_dashboard_profile_sept_2023" branch | ||
``` | ||
git checkout label_dashboard_profile_sept_2023 | ||
``` | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The label_dashboard_profile_sept_2023
branch is a temporary one that we are using for the current release.
It will be deleted after the release is moved to production.
### Activation (after install, and in every new shell) | ||
|
||
``` | ||
$ source setup/activate_native.sh | ||
``` | ||
|
||
### Activation (after install, and in every new shell) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you remove this? I believe we do need to activate after install. How did you test this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to build the app successfully. Let me verify the above again just to be sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
were you able to build the app starting in a new terminal and following the instructions in the README exactly?
When you check, please show, don't tell.
README.md
Outdated
@@ -174,10 +171,15 @@ If connecting to a development server over http, make sure to turn on http suppo | |||
|
|||
### Run in the emulator | |||
|
|||
Pick a version and execute the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know that "type of build" == "version"
Pick a version and execute the following: | |
Pick a type of build and execute the following: |
You should also indicate how people can find the valid "type of build" supported.
Ugh.. I lost all changes I had made to the README while pushing the changes to my repo. I will work on the README once I get some rest. Apologies (not sure what happened) |
…ated certain resources
- Added hyperlink to the title - Added output screenshot
- Updating markdown anchors
Updating markdown anchors as 4,5, & 6 weren't working
- touch up - fixed non-working markdown anchors
opened a new PR #1037 |