Update readme

This commit is contained in:
Jean-Sébastien 2022-02-08 07:31:17 +01:00
parent 57431b6f83
commit 077433c40a
1 changed files with 7 additions and 8 deletions

View File

@ -3,8 +3,7 @@
* Pre-Quantum Electrodynamics lecture notes (html export) * Pre-Quantum Electrodynamics lecture notes (html export)
In this repo, you will find In this repo, you will find my [[https://jscaux.org/ln/pqed][Pre-Quantum Electrodynamics]]
[[https://jscaux.org][J.-S. Caux]]'s [[https://jscaux.org/ln/pqed][Pre-Quantum Electrodynamics]]
online lecture notes (exported to html). online lecture notes (exported to html).
** Pulling the notes to your local machine ** Pulling the notes to your local machine
@ -13,14 +12,14 @@ On the command line,
#+BEGIN_SRC shell #+BEGIN_SRC shell
git clone https://jscaux.org/git/jscaux/pqed_html.git git clone https://jscaux.org/git/jscaux/pqed_html.git
#+END_SRC #+END_SRC
This will create a directory =pqed_html=. If you prefer pulling into This will create a directory ~pqed_html~. If you prefer pulling into
a differently-named directory (/e.g./ =my_pqed_dir=), just do a differently-named directory (/e.g./ ~my_pqed_dir~), just do
#+BEGIN_SRC shell #+BEGIN_SRC shell
git clone https://jscaux.org/git/jscaux/pqed_html.git my_pqed_dir git clone https://jscaux.org/git/jscaux/pqed_html.git my_pqed_dir
#+END_SRC #+END_SRC
Make sure you regularly pull the latest version Make sure you regularly pull the latest version
(updates are frequently pushed; check the =Created= date at the (updates are frequently pushed; check the ~Created~ date at the
bottom of the page to see which version you're using): bottom of the page to see which version you're using):
#+BEGIN_SRC shell #+BEGIN_SRC shell
cd pqed_html cd pqed_html
@ -29,13 +28,13 @@ bottom of the page to see which version you're using):
** Using the notes locally ** Using the notes locally
Pretty easy: just open the =index.org= page (or any other Pretty easy: just open the ~build/index.org~ page (or any other
=.html= page in the repo) in your browser. ~.html~ page in that folder) in your browser.
** Providing feedback ** Providing feedback
You can either [[mailto:prof@jscaux.org][email me]] or [[https://jscaux.org/git/jscaux/pqed_html/issues][create an issue in this repo]] . You can either email me (at prof@jscaux.org) or [[https://jscaux.org/git/jscaux/pqed_html/issues][create an issue in this repo]] .
Your feedback is most welcome. Your feedback is most welcome.